0.1.0 - ci-build

IPSExampleIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: UC3-EncounterMRI - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "UC3-EncounterMRI",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter UC3-EncounterMRI</b></p><a name=\"UC3-EncounterMRI\"> </a><a name=\"hcUC3-EncounterMRI\"> </a><a name=\"UC3-EncounterMRI-en-US\"> </a><p><b>status</b>: Finished</p><p><b>class</b>: [not stated] AMB: AMB</p><p><b>subject</b>: <a href=\"Patient-UC3-Patient.html\">Thomas Müller  Male, DoB: 1984-05-10</a></p><p><b>period</b>: 2020-10-05 --&gt; 2020-10-05</p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 241645008}\">MRI of spine</span></p><p><b>serviceProvider</b>: <a href=\"Organization-UC3-UniklinikumTubingen.html\">Organization Uniklinikum Tübingen</a></p></div>"
  },
  "status" : "finished",
  "class" : {
    "code" : "AMB"
  },
  "subject" : {
    🔗 "reference" : "Patient/UC3-Patient"
  },
  "period" : {
    "start" : "2020-10-05",
    "end" : "2020-10-05"
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "241645008",
          "display" : "MRI of spine"
        }
      ]
    }
  ],
  "serviceProvider" : {
    🔗 "reference" : "Organization/UC3-UniklinikumTubingen"
  }
}