HL7 FHIR Implementation Guide Dossier Farmaceutico
0.1.1 - ci-build Italy flag

HL7 FHIR Implementation Guide Dossier Farmaceutico, published by HL7 Italia. This guide is not an authorized publication; it is the continuous build for version 0.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-it/dossier-pharma/ and changes regularly. See the Directory of published versions

: Encounter ambulatoriale - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "id" : "7b06368c-7089-4f66-acc8-29e1fcbd31f6",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Encounter </b><a name=\"7b06368c-7089-4f66-acc8-29e1fcbd31f6\"> </a><a name=\"hc7b06368c-7089-4f66-acc8-29e1fcbd31f6\"> </a></p><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\">ResourceEncounter &quot;7b06368c-7089-4f66-acc8-29e1fcbd31f6&quot; </p></div><p><b>status</b>: finished</p><p><b>class</b>: ambulatory (Details: ActCode code AMB  = ' ambulatory ', stated as ' ambulatory ')</p><p><b>subject</b>: <a href=\"Patient-Patient-Dossier-Esempio.html\">Patient/Patient-Dossier-Esempio</a> &quot; MARIA&quot;</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>Secondary performer <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ParticipationType.html\">ParticipationType</a>#SPRF)</span></td><td><a href=\"Practitioner-PractitionerExample.html\">Practitioner/PractitionerExample</a> &quot; PELLÉ&quot;</td></tr></table><p><b>period</b>: 2023-02-25 11:45:00+0100 --&gt; 2023-02-25 12:45:00+0100</p></div>"
  },
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "AMB",
    "display" : "ambulatory"
  },
  "subject" : {
    🔗 "reference" : "Patient/Patient-Dossier-Esempio"
  },
  "participant" : [
    {
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "SPRF",
              "display" : "Secondary performer"
            }
          ]
        }
      ],
      "individual" : {
        🔗 "reference" : "Practitioner/PractitionerExample"
      }
    }
  ],
  "period" : {
    "start" : "2023-02-25T11:45:00+01:00",
    "end" : "2023-02-25T12:45:00+01:00"
  }
}