CH IDMP (R5)
1.0.0-ballot - trial-use Switzerland flag

CH IDMP (R5) - Local Development build (v1.0.0-ballot) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Patient Information Comprehensive-Sample-Combipack - JSON Representation

Raw json | Download

{
  "resourceType" : "DocumentReference",
  "id" : "DocRef-PI-Comprehensive",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ch/ig/ch-idmp/StructureDefinition/ch-idmp-documentreference"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference DocRef-PI-Comprehensive</b></p><a name=\"DocRef-PI-Comprehensive\"> </a><a name=\"hcDocRef-PI-Comprehensive\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-idmp-documentreference.html\">DocumentReference</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-AttNo.html\" title=\"Temporary Namingsystem in this implementation guide until officially released by Swissmedic\">Application / Assessment Tracking Number</a>/999999999-PI-123</p><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://fhir.ch/ig/ch-idmp/CodeSystem/ch-SMC-attached-document-type 756005040000002}\">Patient Information</span></p><p><b>date</b>: 2023-07-01 00:00:00+0000</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Language</b></td><td><b>Url</b></td></tr><tr><td style=\"display: none\">*</td><td>German (Switzerland)</td><td><a href=\"https://swissmedicinfo.ch/detailpage/69093002\">https://swissmedicinfo.ch/detailpage/69093002</a></td></tr></table></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "http://fhir.ch/ig/ch-idmp/sid/attno",
      "value" : "999999999-PI-123"
    }
  ],
  "status" : "current",
  "type" : {
    "coding" : [
      {
        "system" : "http://fhir.ch/ig/ch-idmp/CodeSystem/ch-SMC-attached-document-type",
        "code" : "756005040000002",
        "display" : "Patient Information"
      }
    ]
  },
  "date" : "2023-07-01T00:00:00Z",
  "content" : [
    {
      "attachment" : {
        "language" : "de-CH",
        "url" : "https://swissmedicinfo.ch/detailpage/69093002"
      }
    }
  ]
}