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-200001"]; fhir:Resource.meta [ 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-200001</p><p><b>meta</b>: </p><p><b>identifier</b>: RC8</p><p><b>name</b>: North Riding NHS Trust</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 "RC8" ] ]; fhir:Organization.name [ fhir:value "North Riding NHS Trust"]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.