FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.dk.core
Resource TypeServiceRequest
IdServiceRequest-MaxServiceRequest.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ServiceRequest MaxServiceRequest

status: Active

intent: Plan

category: hjemmesygepleje

priority: Routine

code: sårbehandling og -pleje

orderDetail: overvågning af forbindingskift/sårpleje

subject: Johnny Male, DoB: 1960-01-02 ( urn:oid:1.2.208.176.1.2#0201609995)


Source1

{
  "resourceType": "ServiceRequest",
  "id": "MaxServiceRequest",
  "meta": {
    "profile": [
      "http://hl7.dk/fhir/core/StructureDefinition/dk-core-person-servicerequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
  }
}