This
page
is
part
of
the
Continuous
Integration
Build
of
FHIR
Specification
(v5.0.0:
R5
-
STU
).
This
is
the
current
published
version
in
it's
permanent
home
(it
will
always
(will
be
available
incorrect/inconsistent
at
this
URL).
For
a
full
list
of
available
versions,
see
times).
See
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
Example
Organization/f003
(Turtle)
Raw
Turtle
(+
also
see
Turtle/RDF
Format
Specification
)
Real-world
organization
example
(ENT)
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
[a fhir:Organization ;
<http://hl7.org/fhir/Organization/f003> a fhir:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "f003"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"f003\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Organization "f003" </p></div><p><b>active</b>: true</p><p><b>type</b>: Hospital Department <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.1.0/CodeSystem-organization-type.html\">Organization type</a>#dept)</span></p><p><b>name</b>: Burgers UMC Ear,Nose,Throat unit</p><h3>Contacts</h3><table class=\"grid\"><tr><td>-</td><td><b>Purpose</b></td><td><b>Name</b></td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td>*</td><td>Administrative <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.1.0/CodeSystem-contactentity-type.html\">Contact entity type</a>#ADMIN)</span></td><td>mr. F. de Hond</td><td>ph: 022-655 7654, <a href=\"mailto:KNO@burgersumc.nl\">KNO@burgersumc.nl</a>, fax: 022-655 0998</td><td>West Wing, floor 5 </td></tr></table><p><b>partOf</b>: <a href=\"organization-example-f001-burgers.html\">Organization/f001</a> "Burgers University Medical Center"</p></div>"
] ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:active [ fhir:v true] ; #
fhir:type ( [
fhir:coding ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/organization-type>
] ;
fhir:code [ fhir:v "dept" ] ;
fhir:display [ fhir:v "Hospital Department" ]
] )
] ) ; #
fhir:name [ fhir:v "Burgers UMC Ear,Nose,Throat unit"] ; #
fhir:contact ( [
fhir:purpose [
fhir:coding ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/contactentity-type"^^xsd:anyURI ] ;
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/contactentity-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/contactentity-type>
] ;
fhir:code [ fhir:v "ADMIN" ]
] )
] ;
fhir:name ( [
fhir:text [ fhir:v "mr. F. de Hond" ]
] ) ;
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "022-655 7654" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "KNO@burgersumc.nl" ]
] [
fhir:system [ fhir:v "fax" ] ;
fhir:value [ fhir:v "022-655 0998" ]
] ) ;
fhir:address [
fhir:line ( [ fhir:v "West Wing, floor 5" ] )
]
] ) ; #
fhir:partOf [
fhir:l <http://hl7.org/fhir/Organization/f001> ;
fhir:reference [ fhir:v "Organization/f001" ]
]] . #
] . #
<http://hl7.org/fhir/Organization/f001> a fhir:Organization .
# -------------------------------------------------------------------------------------
Usage
note:
every
effort
has
been
made
to
ensure
that
the
examples
are
correct
and
useful,
but
they
are
not
a
normative
part
of
the
specification.