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:Patient; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "patient-1"]; fhir:Resource.meta [ fhir:Meta.lastUpdated [ fhir:value "2019-11-24T06:25:11.715+00:00"^^xsd:dateTime ]; fhir:Meta.profile [ fhir:value "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Patient-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>: patient-1</p><p><b>meta</b>: </p><p><b>identifier</b>: 9876543210, ABC8650149</p><p><b>name</b>: Bernie Kanfeld (OFFICIAL)</p><p><b>telecom</b>: ph: 0115 9737320(HOME), bernie.kanfeld@nhsdigital.nhs.uk(HOME)</p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1998-03-19</p><p><b>address</b>: Field Jardin Long Eaton Nottingham NG10 1ZZ (WORK)</p><p><b>maritalStatus</b>: Never Married <span style=\"background: LightGoldenRodYellow\">(Details : {http://hl7.org/fhir/v3/MaritalStatus code 'S' = 'Never Married', given as 'Never Married'})</span></p><p><b>generalPractitioner</b>: <a href=\"Patient-patient-1.html\">Dr. AA Bhatia. Generated Summary: id: practitioner-4; G8133438; active; AA Bhatia ; abhatia@nhs.skynet(WORK), ph: 0115 9737320(WORK); gender: male</a></p><p><b>managingOrganization</b>: <a href=\"Patient-patient-1.html\">The Moir Medical Centre. Generated Summary: id: organization-2; C81010; active; name: The Moir Medical Centre; ph: 0115 9737320(WORK)</a></p></div>" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-EthnicCategory-1" ]; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-EthnicCategory-1" ]; fhir:Coding.code [ fhir:value "A" ]; fhir:Coding.display [ fhir:value "British, Mixed British" ] ] ] ]; fhir:Patient.identifier [ fhir:index 0; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-NHSNumberVerificationStatus-1" ]; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-NHSNumberVerificationStatus-1" ]; fhir:Coding.code [ fhir:value "01" ]; fhir:Coding.display [ fhir:value "Number present and verified" ] ] ] ]; fhir:Identifier.system [ fhir:value "https://fhir.nhs.uk/Id/nhs-number" ]; fhir:Identifier.value [ fhir:value "9876543210" ] ], [ fhir:index 1; fhir:Identifier.system [ fhir:value "https://fhir.leedsth.nhs.uk/Id/pas-number" ]; fhir:Identifier.value [ fhir:value "ABC8650149" ] ]; fhir:Patient.name [ fhir:index 0; fhir:HumanName.use [ fhir:value "official" ]; fhir:HumanName.family [ fhir:value "Kanfeld" ]; fhir:HumanName.given [ fhir:value "Bernie"; fhir:index 0 ]; fhir:HumanName.prefix [ fhir:value "Miss"; fhir:index 0 ] ]; fhir:Patient.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "phone" ]; fhir:ContactPoint.value [ fhir:value "0115 9737320" ]; fhir:ContactPoint.use [ fhir:value "home" ] ], [ fhir:index 1; fhir:ContactPoint.system [ fhir:value "email" ]; fhir:ContactPoint.value [ fhir:value "bernie.kanfeld@nhsdigital.nhs.uk" ]; fhir:ContactPoint.use [ fhir:value "home" ] ]; fhir:Patient.gender [ fhir:value "female"]; fhir:Patient.birthDate [ fhir:value "1998-03-19"^^xsd:date]; fhir:Patient.address [ fhir:index 0; fhir:Address.use [ fhir:value "work" ]; fhir:Address.line [ fhir:value "Field Jardin"; fhir:index 0 ], [ fhir:value "Long Eaton"; fhir:index 1 ]; fhir:Address.city [ fhir:value "Nottingham" ]; fhir:Address.district [ fhir:value "Derbyshire" ]; fhir:Address.postalCode [ fhir:value "NG10 1ZZ" ] ]; fhir:Patient.maritalStatus [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/v3/MaritalStatus" ]; fhir:Coding.code [ fhir:value "S" ]; fhir:Coding.display [ fhir:value "Never Married" ] ] ]; fhir:Patient.generalPractitioner [ fhir:index 0; fhir:Reference.reference [ fhir:value "Practitioner/practitioner-4" ]; fhir:Reference.display [ fhir:value "Dr. AA Bhatia" ] ]; fhir:Patient.managingOrganization [ fhir:Reference.reference [ fhir:value "Organization/organization-2" ]; fhir:Reference.display [ fhir:value "The Moir Medical Centre" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.