CH EMED (R4)
0.2.0 - STU 1 Informative Ballot

This page is part of the CH EMED (R4) (v0.2.0: STU 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: 1-1 Document Reference for Medication Treatment Plan document - JSON Representation

Raw json | Download


{
  "resourceType" : "DocumentReference",
  "id" : "DocRef-1-1-MedicationTreatmentPlan",
  "meta" : {
    "profile" : [
      "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-documentreference-epr"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: current</p><p><b>type</b>: <span title=\"Codes: {http://snomed.info/sct 419891008}\">Record artifact (record artifact)</span></p><p><b>category</b>: <span title=\"Codes: {http://snomed.info/sct 419891008}\">Record artifact (record artifact)</span></p><p><b>subject</b>: <a href=\"Patient-MonikaWegmueller.html\">Generated Summary: Medical record number: 11111111; Monika Wegmüller ; gender: female; birthDate: 1943-05-15</a></p><p><b>date</b>: Nov 29, 2011, 11:00:00 AM</p><p><b>author</b>: <a href=\"Practitioner-FamilienHausarzt.html\">Generated Summary: id: 7601000234438; Familien Hausarzt </a></p><p><b>securityLabel</b>: <span title=\"Codes: {http://snomed.info/sct 17621005}\">Normal (qualifier value)</span></p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>format</b>: <span title=\"{urn:oid:2.16.756.5.30.1.127.3.10.10 urn:che:epr:EPR_Unstructured_Document}\">Unstructured EPR document</span></p></blockquote></div>"
  },
  "status" : "current",
  "type" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "419891008",
        "display" : "Record artifact (record artifact)"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "419891008",
          "display" : "Record artifact (record artifact)"
        }
      ]
    }
  ],
  "subject" : {
    "reference" : "Patient/MonikaWegmueller"
  },
  "date" : "2011-11-29T11:00:00.000+01:00",
  "author" : [
    {
      "reference" : "Practitioner/FamilienHausarzt"
    }
  ],
  "securityLabel" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "17621005",
          "display" : "Normal (qualifier value)"
        }
      ]
    }
  ],
  "content" : [
    {
      "attachment" : {
        "contentType" : "application/pdf",
        "language" : "de-CH",
        "url" : "http://www.fhir.ch/examples/1-1-MedicationTreatmentPlan.pdf"
      },
      "format" : {
        "system" : "urn:oid:2.16.756.5.30.1.127.3.10.10",
        "code" : "urn:che:epr:EPR_Unstructured_Document",
        "display" : "Unstructured EPR document"
      }
    }
  ]
}