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:Practitioner; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "practitioner-4"]; fhir:Resource.meta [ fhir:Meta.lastUpdated [ fhir:value "2019-06-25T09:29:16.325+00:00"^^xsd:dateTime ]; fhir:Meta.profile [ fhir:value "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Practitioner-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>: practitioner-4</p><p><b>meta</b>: </p><p><b>identifier</b>: G8133438</p><p><b>active</b>: true</p><p><b>name</b>: AA Bhatia </p><p><b>telecom</b>: abhatia@nhs.skynet(WORK), 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>gender</b>: male</p></div>" ]; fhir:Practitioner.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "https://fhir.hl7.org.uk/Id/gmc-number" ]; fhir:Identifier.value [ fhir:value "G8133438" ] ]; fhir:Practitioner.active [ fhir:value "true"^^xsd:boolean]; fhir:Practitioner.name [ fhir:index 0; fhir:HumanName.family [ fhir:value "Bhatia" ]; fhir:HumanName.given [ fhir:value "AA"; fhir:index 0 ]; fhir:HumanName.prefix [ fhir:value "Dr"; fhir:index 0 ] ]; fhir:Practitioner.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "email" ]; fhir:ContactPoint.value [ fhir:value "abhatia@nhs.skynet" ]; fhir:ContactPoint.use [ fhir:value "work" ] ], [ fhir:index 1; fhir:ContactPoint.system [ fhir:value "phone" ]; fhir:ContactPoint.value [ fhir:value "0115 9737320" ]; fhir:ContactPoint.use [ fhir:value "work" ] ]; fhir:Practitioner.address [ fhir:index 0; fhir:Address.use [ fhir:value "work" ]; 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:Practitioner.gender [ fhir:value "male"]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.