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

FHIR IG analytics

Packagekl.dk.fhir.core
Resource TypeEncounter
IdEncounter-MarkogSaarsygeplejerske.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: Encounter

Resource Encounter "MarkogSaarsygeplejerske"

Profile: Encounter

status: finished

class: home health (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code HH = 'home health', stated as 'null')

type: udførelse af planlagt indsats (CareSocialCodes#784275f1-6822-4a88-b361-d958007d5253)

subject: Patient/Mark " JENSEN"

Participants

-Individual
*Practitioner/NatasjaFraSygeplejen " PETERSEN"

period: 2020-06-07 15:30:00+0000 --> (ongoing)


Source1

{
  "resourceType": "Encounter",
  "id": "MarkogSaarsygeplejerske",
  "meta": {
    "profile": [
      "http://fhir.kl.dk/core/StructureDefinition/KLCommonCareSocialEncounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "HH"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://fhir.kl.dk/term/CodeSystem/CareSocialCodes",
          "code": "784275f1-6822-4a88-b361-d958007d5253"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/Mark"
  },
  "participant": [
    {
      "individual": {
        "reference": "Practitioner/NatasjaFraSygeplejen"
      }
    }
  ],
  "period": {
    "start": "2020-06-07T15:30:00.000Z"
  }
}