CH EPR mHealth (R4)
0.1.2 - Draft Standard for Trial Use

This page is part of the CH EPR mHealth (R4) (v0.1.2: DSTU 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

MHD Find Document Manifests - JSON Representation

(back to description)

Raw json

Source view


{
  "resourceType" : "Bundle",
  "id" : "Bundle-FindDocumentManifests",
  "meta" : {
    "lastUpdated" : "2020-10-14T07:56:23.916+00:00",
    "profile" : [
      "http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-mhd-comprehensive-documentmanifest-bundle"
    ]
  },
  "type" : "searchset",
  "total" : 1,
  "link" : [
    {
      "relation" : "self",
      "url" : "http://example.com/DocumentManifest?patient.identifier=urn:oid:2.999|11111111&status=current"
    }
  ],
  "entry" : [
    {
      "fullUrl" : "urn:uuid:68a928c0-df48-4743-a291-bfb0609bbddc",
      "resource" : {
        "resourceType" : "DocumentManifest",
        "text" : {
          "status" : "extensions",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>CH Extension Author AuthorRole</b>: <span title=\"{urn:oid:2.16.756.5.30.1.127.3.10.6 HCP}\">Healthcare professional</span></p><p><b>masterIdentifier</b>: id: urn:oid:1.3.6.1.4.1.12559.11.13.2.6.2949</p><p><b>identifier</b>: id: urn:uuid:8c3e40b2-3cf9-4980-b4fb-cc84ba8a181a</p><p><b>status</b>: current</p><p><b>type</b>: <span title=\"Codes: {http://snomed.info/sct 71388002}\">Procedure (procedure)</span></p><p><b>subject</b>: <a href=\"http://example.org/Patient/FranzMusterNeedsAbsoluteUrl\">http://example.org/Patient/FranzMusterNeedsAbsoluteUrl</a></p><p><b>created</b>: Jun 29, 2020, 2:01:30 PM</p><p><b>source</b>: <a href=\"urn:oid:1.3.6.1.4.1.12559.11.13.2.5\">urn:oid:1.3.6.1.4.1.12559.11.13.2.5</a></p><p><b>content</b>: <a href=\"http://example.org/DocumentReference/50383ae5-49e5-4dea-b0e6-660cb9e7b91f\">http://example.org/DocumentReference/50383ae5-49e5-4dea-b0e6-660cb9e7b91f</a></p></div>"
        },
        "extension" : [
          {
            "url" : "http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-ext-author-authorrole",
            "valueCoding" : {
              "system" : "urn:oid:2.16.756.5.30.1.127.3.10.6",
              "code" : "HCP",
              "display" : "Healthcare professional"
            }
          }
        ],
        "masterIdentifier" : {
          "value" : "urn:oid:1.3.6.1.4.1.12559.11.13.2.6.2949"
        },
        "identifier" : [
          {
            "system" : "urn:ietf:rfc:3986",
            "value" : "urn:uuid:8c3e40b2-3cf9-4980-b4fb-cc84ba8a181a"
          }
        ],
        "status" : "current",
        "type" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "71388002",
              "display" : "Procedure (procedure)"
            }
          ]
        },
        "subject" : {
          "reference" : "http://example.org/Patient/FranzMusterNeedsAbsoluteUrl"
        },
        "created" : "2020-06-29T12:01:30+00:00",
        "source" : "urn:oid:1.3.6.1.4.1.12559.11.13.2.5",
        "content" : [
          {
            "reference" : "http://example.org/DocumentReference/50383ae5-49e5-4dea-b0e6-660cb9e7b91f"
          }
        ]
      }
    }
  ]
}