This
page
is
part
of
the
FHIR
Specification
(v5.0.0:
R5
-
STU
).
This
is
the
current
published
version
in
it's
permanent
home
(it
will
always
be
available
at
this
URL).
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
Publish-box
(todo)
Example
GenomicStudy/genomicPatient
(Turtle)
Raw
Turtle
(+
also
see
Turtle/RDF
Format
Specification
)
Patient
-
Genomic
@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:Patient ;
<http://hl7.org/fhir/Patient/genomicPatient> a fhir:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "genomicPatient"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>John Junior Doe (OFFICIAL)</b> (no stated gender) 2001-01-01 ( Medical record number: 11117 (TEMP))</p></div>"
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>John Junior Doe (OFFICIAL)</b> (no stated gender) 2001-01-01 ( Medical record number: 11117 (TEMP))</p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "temp" ] ;
fhir:type [
fhir:coding ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MR" ] ;
fhir:display [ fhir:v "Medical record number" ]
] )
] ;
fhir:system [ fhir:v "http://www.somesystemabc.net/identifiers/persons"^^xsd:anyURI ] ;
fhir:value [ fhir:v "11117" ] ;
fhir:period [
fhir:start [ fhir:v "2021-01-01"^^xsd:date ]
] ;
fhir:assigner [
fhir:display [ fhir:v "General Hospital" ]
]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:active [ fhir:v true] ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Doe" ] ;
fhir:given ( [ fhir:v "John" ] [ fhir:v "Junior" ] )
] ) ; #
fhir:gender [ fhir:v "unknown"] ; #
fhir:birthDate [ fhir:v "2001-01-01"^^xsd:date]] . #
fhir:birthDate [ fhir:v "2001-01-01"^^xsd:date] . #
# -------------------------------------------------------------------------------------
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.