Example
GenomicStudy/genomicFile2
(Turtle)
Patient
Administration
Clinical
Genomics
Work
Group
|
Maturity
Level
:
0
N/A
|
Informative
Use
Context
Standards
Status
:
Any
This
is
a
value
set
defined
by
the
FHIR
project.
Summary
Defining
URL:
http://hl7.org/fhir/ValueSet/verificationresult-push-type-available
Version:
4.0.1
Name:
push-type-available
Title:
Push-type-available
Definition:
Type
of
alerts/updates
the
primary
source
can
send
Committee:
Informative
|
Compartments
:
Patient
Administration
Work
Group
OID:
2.16.840.1.113883.4.642.3.898
(for
OID
based
terminology
systems)
|
Source
Resource
XML
/
JSON
This
value
set
is
used
in
the
following
places:
CodeSystem:
This
value
set
is
the
designated
'entire
code
system'
value
set
for
push-type-available
Resource:
VerificationResult.primarySource.pushTypeAvailable
(CodeableConcept
/
Preferred
)
4.4.1.244.1
Content
Logical
Definition
-
Narrative
This
value
set
includes
codes
from
the
following
code
systems:
-
Include
all
codes
defined
in
http://terminology.hl7.org/CodeSystem/push-type-available
XML
-
JSON
4.4.1.244.2
Expansion
-
TTL
This
expansion
generated
01
Nov
2019
This
value
set
contains
3
concepts
Expansion
based
on
http://terminology.hl7.org/CodeSystem/push-type-available
version
4.0.1
All
codes
from
system
http://terminology.hl7.org/CodeSystem/push-type-available
Code
Display
Definition
specific
Specific
requested
changes
any
Any
changes
Raw
Turtle
source
(+
also
see
Turtle/RDF
Format
Specification
As
defined
by
source
)
See
the
full
registry
of
value
sets
defined
as
part
of
FHIR.
DocumentReference
-
Genomic
File
2
@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:DocumentReference ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "genomicFile2"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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 "genomicFile2" </p></div><p><b>identifier</b>: id: 11112</p><p><b>status</b>: current</p><p><b>docStatus</b>: preliminary</p><p><b>subject</b>: <a href=\"Patient-denovoMother.html\">Patient/denovoMother: Jane Doe</a> " DOE"</p><p><b>description</b>: A sample Document Reference instance representing a generic genomic file that may ber used as input or output of a genomic analysis pipeline.</p><p><b>securityLabel</b>: Restricted <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-Confidentiality.html\">Confidentiality</a>#R)</span></p><blockquote><p><b>content</b></p></blockquote></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://www.somesystemabc.net/identifiers/files"^^xsd:anyURI ] ;
fhir:value [ fhir:v "11112" ]
] ) ; #
fhir:status [ fhir:v "current"] ; #
fhir:docStatus [ fhir:v "preliminary"] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/denovoMother" ] ;
fhir:display [ fhir:v "Jane Doe" ]
] ; #
fhir:description [ fhir:v "A sample Document Reference instance representing a generic genomic file that may ber used as input or output of a genomic analysis pipeline."] ; #
fhir:securityLabel ( [
fhir:coding ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-Confidentiality"^^xsd:anyURI ] ;
fhir:code [ fhir:v "R" ] ;
fhir:display [ fhir:v "Restricted" ]
] )
] ) ; #
fhir:content ( [
fhir:attachment [
fhir:url [ fhir:v "http://www.somesystemabc.net/identifiers/files/11112"^^xsd:anyURI ] ;
fhir:title [ fhir:v "Sample Genomic File" ] ;
fhir:creation [ fhir:v "2021-01-01T01:01:01+01:00"^^xsd:dateTime ]
]
] )] . #
# -------------------------------------------------------------------------------------
Explanation
of
the
columns
that
may
appear
on
this
page:
Lvl
A
few
code
lists
that
FHIR
defines
are
hierarchical
-
each
code
is
assigned
a
level.
For
value
sets,
levels
are
mostly
used
Usage
note:
every
effort
has
been
made
to
organize
codes
for
user
convenience,
but
may
follow
code
system
hierarchy
-
see
Code
System
for
further
information
Source
The
source
of
the
definition
of
the
code
(when
the
value
set
draws
in
codes
defined
elsewhere)
Code
The
code
(used
as
the
code
in
the
resource
instance).
If
the
code
is
in
italics,
this
indicates
ensure
that
the
code
is
examples
are
correct
and
useful,
but
they
are
not
selectable
('Abstract')
Display
The
display
(used
in
the
display
element
of
a
Coding
).
If
there
is
no
display,
implementers
should
not
simply
display
the
code,
but
map
the
concept
into
their
application
Definition
An
explanation
of
the
meaning
normative
part
of
the
concept
Comments
Additional
notes
about
how
to
use
the
code
specification.