@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 "ed33523f-9039-4cff-bde9-867c90ce0e4d"] ; #
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 ed33523f-9039-4cff-bde9-867c90ce0e4d</b></p><a name=\"ed33523f-9039-4cff-bde9-867c90ce0e4d\"> </a><a name=\"hced33523f-9039-4cff-bde9-867c90ce0e4d\"> </a><a name=\"ed33523f-9039-4cff-bde9-867c90ce0e4d-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>: ACME Hospital</p><p><b>telecom</b>: ph: 0478612722(Work), <a href=\"mailto:acme.test@test.medirecords.com\">acme.test@test.medirecords.com</a></p><p><b>address</b>: 125 Herbert Street St Leonards 2065 AU </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 "ACME Hospital"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0478612722" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "acme.test@test.medirecords.com" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:address ( [
( fhir:line [ fhir:v "125 Herbert Street" ] ) ;
fhir:city [ fhir:v "St Leonards" ] ;
fhir:postalCode [ fhir:v "2065" ] ;
fhir:country [ fhir:v "AU" ]
] ) . #
IG © 2022+ . Package mr.r4.core#1.4.2 based on FHIR 4.0.1. Generated 2025-06-16
Links: Table of Contents |
QA Report