INTEROPen CareConnect Base STU3 Implementation Guide
3.0.0 - CI Build
INTEROPen CareConnect Base STU3 Implementation Guide - Local Development build (v3.0.0). See the Directory of published versions
Source view
{
"resourceType" : "DocumentReference",
"id" : "documentreference-1",
"meta" : {
"lastUpdated" : "2018-12-11T12:11:39.650+00:00",
"profile" : [
"https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-DocumentReference-1"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: documentreference-1</p><p><b>meta</b>: </p><p><b>identifier</b>: urn:uuid:663eae45-1434-4cea-918e-30438a1bcbc4</p><p><b>status</b>: current</p><p><b>type</b>: Care Plan <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '734163000' = 'Care plan (record artifact)', given as 'Care Plan'})</span></p><p><b>subject</b>: Miss Bernie Kanfeld</p><p><b>indexed</b>: 11 Dec 2018, 12:11:36</p><p><b>author</b>: The Moir Medical Centre</p><p><b>custodian</b>: The Moir Medical Centre</p><h3>Contents</h3><table class=\"grid\"><tr><td>-</td><td><b>Attachment</b></td></tr><tr><td>*</td><td/></tr></table><h3>Contexts</h3><table class=\"grid\"><tr><td>-</td><td><b>PracticeSetting</b></td></tr><tr><td>*</td><td>Mental health service <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '708168004' = 'Mental health service', given as 'Mental health service'})</span></td></tr></table></div>"
},
"identifier" : [
{
"system" : "urn:uuid",
"value" : "urn:uuid:663eae45-1434-4cea-918e-30438a1bcbc4"
}
],
"status" : "current",
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "734163000",
"display" : "Care Plan"
}
]
},
"subject" : {
"identifier" : {
"system" : "https://fhir.nhs.uk/Id/nhs-number",
"value" : "9876543210"
},
"display" : "Miss Bernie Kanfeld"
},
"indexed" : "2018-12-11T12:11:36.582+00:00",
"author" : [
{
"identifier" : {
"system" : "https://fhir.nhs.uk/Id/ods-organization-code",
"value" : "C81010"
},
"display" : "The Moir Medical Centre"
}
],
"custodian" : {
"identifier" : {
"system" : "https://fhir.nhs.uk/Id/ods-organization-code",
"value" : "C81010"
},
"display" : "The Moir Medical Centre"
},
"content" : [
{
"attachment" : {
"contentType" : "text/html",
"url" : "https://data.developer.nhs.uk/ccri-fhir/STU3/Binary/5c0fa97bbad14700014a01be"
}
}
],
"context" : {
"practiceSetting" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "708168004",
"display" : "Mental health service"
}
]
}
}
}