This
page
is
part
of
the
FHIR
Specification
(v4.0.1:
R4
(v4.3.0:
R4B
-
Mixed
Normative
and
STU
)
in
it's
permanent
home
(it
will
always
be
available
at
this
URL).
).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R4B
R4
| Clinical Decision Support Work Group | Maturity Level : N/A | Standards Status : Informative | Compartments : Not linked to any defined compartments |
Raw Turtle (+ also see Turtle/RDF Format Specification )
Definition for heart valve replacement service request
@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 sct: <http://snomed.info/id/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .@prefix sct: <http://snomed.info/sct/> . # - resource -------------------------------------------------------------------<http://hl7.org/fhir/ActivityDefinition/heart-valve-replacement> a fhir:ActivityDefinition; fhir:nodeRole fhir:treeRoot;[] a fhir:ActivityDefinition; fhir:Resource.id [ fhir:value "heart-valve-replacement"]; fhir:DomainResource.text [fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n </div>"fhir:Narrative.status [ fhir:value "generated" ] ]; fhir:ActivityDefinition.status [ fhir:value "draft"]; fhir:ActivityDefinition.experimental [ fhir:value "true"]; fhir:ActivityDefinition.description [ fhir:value "Heart valve replacement"]; fhir:ActivityDefinition.useContext [ fhir:index 0; fhir:UsageContext.code [ fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/usage-context-type" ]; fhir:Coding.code [ fhir:value "age" ] ];fhir:UsageContext.valueCodeableConcept [fhir:UsageContext.value [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "https://meshb.nlm.nih.gov" ]; fhir:Coding.code [ fhir:value "D000328" ]; fhir:Coding.display [ fhir:value "Adult" ] ] ] ], [ fhir:index 1; fhir:UsageContext.code [ fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/usage-context-type" ]; fhir:Coding.code [ fhir:value "user" ] ];fhir:UsageContext.valueCodeableConcept [fhir:UsageContext.value [ a sct:309343006; fhir:CodeableConcept.coding [ fhir:index 0; a sct:309343006; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "309343006" ]; fhir:Coding.display [ fhir:value "Physician" ] ] ] ]; fhir:ActivityDefinition.purpose [ fhir:value "Describes the proposal to perform a Heart Valve replacement."]; fhir:ActivityDefinition.usage [ fhir:value "This activity definition is used as the definition of a service request to perform a heart valve replacement. Elements that apply universally are defined here, while elements that apply to the specific setting of a referral within a particular order set are defined in the order set."]; fhir:ActivityDefinition.topic [ fhir:index 0; a sct:34068001; fhir:CodeableConcept.coding [ fhir:index 0; a sct:34068001; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "34068001" ]; fhir:Coding.display [ fhir:value "Heart valve replacement" ] ] ]; fhir:ActivityDefinition.kind [ fhir:value "ServiceRequest"]; fhir:ActivityDefinition.code [ a sct:34068001; fhir:CodeableConcept.coding [ fhir:index 0; a sct:34068001; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "34068001" ]; fhir:Coding.display [ fhir:value "Heart valve replacement" ] ] ];fhir:ActivityDefinition.timingTiming [fhir:ActivityDefinition.timing [ fhir:Timing.event [ fhir:value ""; fhir:index 0; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/cqf-expression" ];fhir:Extension.valueExpression [fhir:Extension.value [ fhir:Expression.language [ fhir:value "text/cql" ]; fhir:Expression.expression [ fhir:value "Now()" ] ] ] ] ]; fhir:ActivityDefinition.location [fhir:link <http://hl7.org/fhir/Location/1>;fhir:Reference.reference [ fhir:value "Location/1" ] ]; fhir:ActivityDefinition.participant [ fhir:index 0;fhir:ActivityDefinition.participant.type [ fhir:value "practitioner" ]; fhir:ActivityDefinition.participant.role [fhir:ActivityDefinition.type [ fhir:value "practitioner" ]; fhir:ActivityDefinition.role [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://nucc.org/provider-taxonomy" ]; fhir:Coding.code [ fhir:value "207RI0011X" ]; fhir:Coding.display [ fhir:value "Interventional Cardiology" ] ]; fhir:CodeableConcept.text [ fhir:value "Interventional Cardiology" ] ] ]; fhir:ActivityDefinition.bodySite [ fhir:index 0; a sct:17401000; fhir:CodeableConcept.coding [ fhir:index 0; a sct:17401000; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "17401000" ]; fhir:Coding.display [ fhir:value "Heart valve structure" ] ] ] .<http://hl7.org/fhir/Location/1> a fhir:Location . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/ActivityDefinition/heart-valve-replacement.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://build.fhir.org/ActivityDefinition/heart-valve-replacement.ttl> .# -------------------------------------------------------------------------------------
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.