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

FHIR IG analytics

Packagech.fhir.ig.ch-emr
Resource TypeDocumentReference
IdDocumentReference-UC1-DocumentReference-Notanordnung.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: DocumentReference UC1-DocumentReference-Notanordnung

status: Current

type: Portable medical order form

category: Advance directive report

subject: Max Muster (official) Male, DoB: 1964-01-01 ( urn:oid:2.16.756.5.30.1.123.100.1.1.1#InsuranceCardNumber#80756011234567890123)

date: 2024-01-15 09:00:00+0100

author: Practitioner UC1 Hausarzt (official)

description: Ärztliche Notanordnung

content

Attachments

-ContentTypeUrl
*application/pdfhttps://example.org/documents/UC1-Notanordnung.pdf

Source1

{
  "resourceType": "DocumentReference",
  "id": "UC1-DocumentReference-Notanordnung",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-emr/StructureDefinition/ch-emr-documentreference-advance-directive"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "current",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "93037-0"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "version": "http://snomed.info/sct/2011000195101",
          "code": "371538006"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/UC1-Patient-MusterMax"
  },
  "date": "2024-01-15T09:00:00+01:00",
  "author": [
    {
      "reference": "Practitioner/UC1-Practitioner-Hausarzt"
    }
  ],
  "description": "Ärztliche Notanordnung",
  "content": [
    {
      "attachment": {
        "contentType": "application/pdf",
        "url": "https://example.org/documents/UC1-Notanordnung.pdf"
      }
    }
  ]
}