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

FHIR IG analytics

Packagedk.ehealth.sundhed.fhir.ig.core
Resource TypeCommunication
IdCommunication-message01.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: Communication message01

version: 1; Last updated: 2021-07-15 07:06:55+0000

Profile: ehealth-message

Thread id: b84a4a49-ede2-45eb-8400-eb2469a08f3e

Title: Sample title...

Administrative status: Administrative Status: activate (Ikke læst)

Priority: routine

Sender careteam: CareTeam Example CareTeam

Restriction category: None

status: Completed

category: Advisering

medium: NemSMS

sent: 2021-07-15 07:06:55+0000

recipient: Nancy Ann Berggren (official) Ukendt, DoB Unknown ( urn:oid:1.2.208.176.1.2#Danish civil registration system - CPR#2512489996 (use: official, ))

Payloads

-Content[x]
*MESSAGE PAYLOAD

Source1

{
  "resourceType": "Communication",
  "id": "message01",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2021-07-15T07:06:55.257+00:00",
    "profile": [
      "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-message"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-thread-id",
      "valueString": "b84a4a49-ede2-45eb-8400-eb2469a08f3e"
    },
    {
      "url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-title",
      "valueString": "Sample title..."
    },
    {
      "url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-administrative-status",
      "valueCoding": {
        "system": "http://ehealth.sundhed.dk/cs/administrative-status",
        "code": "activate"
      }
    },
    {
      "url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-priority",
      "valueCode": "routine"
    },
    {
      "url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-communication-senderCareTeam",
      "valueReference": {
        "reference": "CareTeam/108752"
      }
    },
    {
      "url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-restriction-category",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://ehealth.sundhed.dk/cs/restriction-category",
            "code": "None"
          }
        ]
      }
    }
  ],
  "status": "completed",
  "category": [
    {
      "coding": [
        {
          "system": "http://ehealth.sundhed.dk/cs/message-category",
          "code": "advice"
        }
      ]
    }
  ],
  "medium": [
    {
      "coding": [
        {
          "system": "http://ehealth.sundhed.dk/cs/message-medium",
          "code": "nemsms"
        }
      ]
    }
  ],
  "sent": "2021-07-15T07:06:55+00:00",
  "recipient": [
    {
      "reference": "Patient/102"
    }
  ],
  "payload": [
    {
      "contentString": "MESSAGE PAYLOAD"
    }
  ]
}