HL7 FHIR Implementation Guide Laboratory Report
0.1.0 - ballot Italy flag

This page is part of the HL7 FHIR Implementation Guide Laboratory Report (v0.1.0: Release 1 Ballot 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Encounter-Lab-Esempio - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "id" : "7b06368c-7089-4f66-acc8-29e1fcbd31f6",
  "meta" : {
    "profile" : [
      "http://hl7.it/fhir/lab-report/StructureDefinition/encounter-it-lab"
    ]
  },
  "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></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\">Resource Encounter &quot;7b06368c-7089-4f66-acc8-29e1fcbd31f6&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-encounter-it-lab.html\">Encounter - Lab Report</a></p></div><p><b>status</b>: finished</p><p><b>class</b>: ambulatory (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code AMB = 'ambulatory', stated as 'ambulatory')</p><p><b>subject</b>: <a href=\"Patient-Paziente-SSN.html\">Patient/Paziente-SSN</a> &quot; ROSSI&quot;</p><p><b>basedOn</b>: <a href=\"ServiceRequest-463ae6fe-60d4-4b38-84b3-1008e0925678.html\">ServiceRequest/463ae6fe-60d4-4b38-84b3-1008e0925678</a></p><h3>Participants</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td>*</td><td>Secondary performer <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-ParticipationType.html\">ParticipationType</a>#SPRF)</span></td><td><a href=\"Practitioner-Infermiere-Lab-Esempio.html\">Practitioner/Infermiere-Lab-Esempio</a> &quot; INFERMIERE&quot;</td></tr></table><p><b>period</b>: 2023-02-25 11:45:00+0100 --&gt; 2023-02-25 12:45:00+0100</p><h3>Locations</h3><table class=\"grid\"><tr><td>-</td><td><b>Location</b></td></tr><tr><td>*</td><td><a href=\"Location-Location-Lab-Esempio.html\">Location/Location-Lab-Esempio</a> &quot;Policlinico di Roma&quot;</td></tr></table></div>"
  },
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "AMB",
    "display" : "ambulatory"
  },
  "subject" : {
    "reference" : "Patient/Paziente-SSN"
  },
  "basedOn" : [
    {
      "reference" : "ServiceRequest/463ae6fe-60d4-4b38-84b3-1008e0925678"
    }
  ],
  "participant" : [
    {
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "SPRF",
              "display" : "Secondary performer"
            }
          ]
        }
      ],
      "individual" : {
        "reference" : "Practitioner/Infermiere-Lab-Esempio"
      }
    }
  ],
  "period" : {
    "start" : "2023-02-25T11:45:00+01:00",
    "end" : "2023-02-25T12:45:00+01:00"
  },
  "location" : [
    {
      "location" : {
        "reference" : "Location/Location-Lab-Esempio"
      }
    }
  ]
}