HL7 FHIR Implementation Guide: DK Core
3.4.0 - release
This page is part of the HL7 FHIR Implementation Guide: DK Core (v3.4.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "ServiceRequest",
"id" : "MaxServiceRequest",
"meta" : {
"profile" : [
🔗 "http://hl7.dk/fhir/core/StructureDefinition/dk-core-person-servicerequest"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest MaxServiceRequest</b></p><a name=\"MaxServiceRequest\"> </a><a name=\"hcMaxServiceRequest\"> </a><a name=\"MaxServiceRequest-da-DK\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 658161000005107}\">hjemmesygepleje</span></p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 225358003}\">sårbehandling og -pleje</span></p><p><b>orderDetail</b>: <span title=\"Codes:{http://snomed.info/sct 410379003}\">overvågning af forbindingskift/sårpleje</span></p><p><b>subject</b>: <a href=\"Patient-john.html\">Johnny Male, DoB: 1960-01-02 ( urn:oid:1.2.208.176.1.2#0201609995)</a></p></div>"
},
"status" : "active",
"intent" : "plan",
"category" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"version" : "http://snomed.info/sct/554471000005108",
"code" : "658161000005107",
"display" : "hjemmesygepleje"
}
]
}
],
"priority" : "routine",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"version" : "http://snomed.info/sct/554471000005108",
"code" : "225358003",
"display" : "sårbehandling og -pleje"
}
]
},
"orderDetail" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"version" : "http://snomed.info/sct/554471000005108",
"code" : "410379003",
"display" : "overvågning af forbindingskift/sårpleje"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/john"
}
}