@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 "038e4ad3-dd43-4f52-aee9-c4c52ba141a8"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.medirecords.com/StructureDefinition/mr-organisation-core"^^xsd:anyURI ;
fhir:link <https://fhir.medirecords.com/StructureDefinition/mr-organisation-core> ] )
] ; #
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 038e4ad3-dd43-4f52-aee9-c4c52ba141a8</b></p><a name=\"038e4ad3-dd43-4f52-aee9-c4c52ba141a8\"> </a><a name=\"hc038e4ad3-dd43-4f52-aee9-c4c52ba141a8\"> </a><a name=\"038e4ad3-dd43-4f52-aee9-c4c52ba141a8-en-US\"> </a><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: Overseas Health Service</p><p><b>telecom</b>: ph: 0478612711(Work), <a href=\"mailto:fhir.test@test.medirecords.com\">fhir.test@test.medirecords.com</a></p><p><b>address</b>: 124 Cromwell Road, Kensington London SW7 4ET GB </p></div>"
] ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "prov" ] ;
fhir:display [ fhir:v "Healthcare Provider" ] ] )
] ) ; #
fhir:name [ fhir:v "Overseas Health Service"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0478612711" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "fhir.test@test.medirecords.com" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:address ( [
( fhir:line [ fhir:v "124 Cromwell Road, Kensington" ] ) ;
fhir:city [ fhir:v "London" ] ;
fhir:postalCode [ fhir:v "SW7 4ET" ] ;
fhir:country [ fhir:v "GB" ]
] ) . #
IG © 2022+ . Package mr.r4.core#1.4.1 based on FHIR 4.0.1. Generated 2025-02-03
Links: Table of Contents |
QA Report