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
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:Organization; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "organization-2"]; fhir:Resource.meta [ fhir:Meta.lastUpdated [ fhir:value "2019-06-25T08:40:33.309+00:00"^^xsd:dateTime ]; fhir:Meta.profile [ fhir:value "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Organization-1"; fhir:index 0 ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: organization-2</p><p><b>meta</b>: </p><p><b>identifier</b>: C81010</p><p><b>active</b>: true</p><p><b>name</b>: The Moir Medical Centre</p><p><b>telecom</b>: ph: 0115 9737320(WORK)</p><p><b>address</b>: The Moir Medical Centre Regent Street, Long Eaton Nottingham Nottingham NG10 1QQ (WORK)</p><p><b>partOf</b>: <a href=\"Organization-organization-2.html\">Nhs Erewash Ccg. Generated Summary: id: organization-3; 03X; active; name: Nhs Erewash Ccg</a></p></div>" ]; fhir:Organization.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "https://fhir.nhs.uk/Id/ods-organization-code" ]; fhir:Identifier.value [ fhir:value "C81010" ] ]; fhir:Organization.active [ fhir:value "true"^^xsd:boolean]; fhir:Organization.name [ fhir:value "The Moir Medical Centre"]; fhir:Organization.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "phone" ]; fhir:ContactPoint.value [ fhir:value "0115 9737320" ]; fhir:ContactPoint.use [ fhir:value "work" ] ]; fhir:Organization.address [ fhir:index 0; fhir:Address.use [ fhir:value "work" ]; fhir:Address.type [ fhir:value "both" ]; fhir:Address.line [ fhir:value "The Moir Medical Centre"; fhir:index 0 ], [ fhir:value "Regent Street, Long Eaton"; fhir:index 1 ], [ fhir:value "Nottingham"; fhir:index 2 ]; fhir:Address.city [ fhir:value "Nottingham" ]; fhir:Address.district [ fhir:value "Derbyshire" ]; fhir:Address.postalCode [ fhir:value "NG10 1QQ" ] ]; fhir:Organization.partOf [ fhir:Reference.reference [ fhir:value "Organization/organization-3" ]; fhir:Reference.display [ fhir:value "Nhs Erewash Ccg" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.