1.0.0 - release

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

: EncounterOutpatientReadSeExample - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "EncounterOutpatientReadSeExample",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cambio.se/StructureDefinition/EncounterOutpatientReadSe|1.0.0"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter EncounterOutpatientReadSeExample</b></p><a name=\"EncounterOutpatientReadSeExample\"> </a><a name=\"hcEncounterOutpatientReadSeExample\"> </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-EncounterOutpatientReadSe.html\">EncounterOutpatientReadSeversion: null1.0.0)</a></p></div><p><b>EncounterPerformingUnit</b>: Identifier: <code>urn:oid:1.2.752.29.4.19</code>/SE162321000016-efca</p><p><b>status</b>: Planned</p><p><b>class</b>:  AMB: AMB</p><p><b>type</b>: <span title=\"Codes:{https://cambio.codes/cs/encounter-types annan}\">Multidisciplinär konferens</span></p><p><b>subject</b>: Identifier: <code>http://electronichealth.se/identifier/personnummer</code>/191212121212</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PPRF}\">primary performer</span></td><td>Identifier: <code>urn:oid:1.2.752.29.4.19</code>/SE162321000016-320d</td></tr></table><p><b>serviceProvider</b>: Identifier: <code>urn:oid:1.2.752.29.4.19</code>/SE162321000016-efca</p></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.cambio.se/StructureDefinition/encounterPerformingUnit",
      "valueReference" : {
        "type" : "Organization",
        "identifier" : {
          "system" : "urn:oid:1.2.752.29.4.19",
          "value" : "SE162321000016-efca"
        }
      }
    }
  ],
  "status" : "planned",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode/",
    "code" : "AMB"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "https://cambio.codes/cs/encounter-types",
          "code" : "annan"
        }
      ],
      "text" : "Multidisciplinär konferens"
    }
  ],
  "subject" : {
    "type" : "Patient",
    "identifier" : {
      "system" : "http://electronichealth.se/identifier/personnummer",
      "value" : "191212121212"
    }
  },
  "participant" : [
    {
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "PPRF"
            }
          ]
        }
      ],
      "individual" : {
        "identifier" : {
          "system" : "urn:oid:1.2.752.29.4.19",
          "value" : "SE162321000016-320d"
        }
      }
    }
  ],
  "serviceProvider" : {
    "identifier" : {
      "system" : "urn:oid:1.2.752.29.4.19",
      "value" : "SE162321000016-efca"
    }
  }
}