This page is part of the FHIR Specification (v4.3.0: R4B - STU). 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
| Clinical Decision Support Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Not linked to any defined compartments |
Raw JSON (canonical form + also see JSON Format Specification)
Definition for heart valve replacement service request
{
"resourceType" : "ActivityDefinition",
"id" : "heart-valve-replacement",
"text" : {
"status" : "generated",
"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 "heart-valve-replacement" </p></div><p><b>status</b>: draft</p><p><b>description</b>: Heart valve replacement</p><p><b>purpose</b>: Describes the proposal to perform a Heart Valve replacement.</p><p><b>usage</b>: 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.</p><p><b>topic</b>: Heart valve replacement <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#34068001)</span></p><p><b>kind</b>: ServiceRequest</p><p><b>code</b>: Heart valve replacement <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#34068001)</span></p><p><b>timing</b>: Events: Now()</p><p><b>location</b>: <a href=\"location-1.html\">Location/1</a> "South Wing, second floor"</p><h3>Participants</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Role</b></td></tr><tr><td>*</td><td>practitioner</td><td>Interventional Cardiology <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (provider-taxonomy#207RI0011X)</span></td></tr></table><p><b>bodySite</b>: Heart valve structure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#17401000)</span></p></div>"
},
"status" : "draft",
"experimental" : true,
"description" : "Heart valve replacement",
"useContext" : [{
"code" : {
"system" : "http://terminology.hl7.org/CodeSystem/usage-context-type",
"code" : "age"
},
"valueCodeableConcept" : {
"coding" : [{
"system" : "https://meshb.nlm.nih.gov",
"code" : "D000328",
"display" : "Adult"
}]
}
},
{
"code" : {
"system" : "http://terminology.hl7.org/CodeSystem/usage-context-type",
"code" : "user"
},
"valueCodeableConcept" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "309343006",
"display" : "Physician"
}]
}
}],
"purpose" : "Describes the proposal to perform a Heart Valve replacement.",
"usage" : "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.",
"topic" : [{
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "34068001",
"display" : "Heart valve replacement"
}]
}],
"kind" : "ServiceRequest",
"code" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "34068001",
"display" : "Heart valve replacement"
}]
},
"timingTiming" : {
"event" : [null],
"_event" : [{
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/cqf-expression",
"valueExpression" : {
"language" : "text/cql",
"expression" : "Now()"
}
}]
}]
},
"location" : {
"reference" : "Location/1"
},
"participant" : [{
"type" : "practitioner",
"role" : {
"coding" : [{
"system" : "http://nucc.org/provider-taxonomy",
"code" : "207RI0011X",
"display" : "Interventional Cardiology"
}],
"text" : "Interventional Cardiology"
}
}],
"bodySite" : [{
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "17401000",
"display" : "Heart valve structure"
}]
}]
}
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.