Virtually Healthcare HL7 FHIR Implementation Guide, published by Virtually Healthcare. This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Virtually-Healthcare/Virtually-Healthcare-FHIR-Implementation-Guide/ and changes regularly. See the Directory of published versions
: Organization CDR - The Moir Medical Centre (C81010) - TTL Representation
Raw ttl | Download
@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:id [ fhir:v "e2d3115b-402b-45a5-a01d-7acb64466ddc"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization e2d3115b-402b-45a5-a01d-7acb64466ddc</b></p><a name=\"e2d3115b-402b-45a5-a01d-7acb64466ddc\"> </a><a name=\"hce2d3115b-402b-45a5-a01d-7acb64466ddc\"> </a><a name=\"e2d3115b-402b-45a5-a01d-7acb64466ddc-en-GB\"> </a><p><b>identifier</b>: <code>https://fhir.nhs.uk/Id/ods-organization-code</code>/C81010</p><p><b>active</b>: true</p><p><b>name</b>: The Moir Medical Centre</p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://fhir.nhs.uk/Id/ods-organization-code"^^xsd:anyURI ] ;
fhir:value [ fhir:v "C81010" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:name [ fhir:v "The Moir Medical Centre"] . #