HL7 Europe Laboratory Report
0.1.0 - trial-use 150

This page is part of the HL7 Europe Laboratory Report (v0.1.0: STU 1) based on FHIR (HL7® FHIR® Standard) 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

: Practitioner: example - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "pr-lab-example",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.eu/fhir/laboratory/StructureDefinition/Practitioner-eu-lab"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"pr-lab-example\"> </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 Practitioner &quot;pr-lab-example&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Practitioner-eu-lab.html\">Practitioner: Laboratory Report</a></p></div><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.2.9.4.3.2</code>/MTCORV58E63L294G</p><p><b>name</b>: Matteo Cervone </p><p><b>telecom</b>: <a href=\"mailto:matteo.cervone@gmail.it\">matteo.cervone@gmail.it</a>, <a href=\"mailto:matteo.cervone@pec.it\">matteo.cervone@pec.it</a>, ph: 3478129873(MOBILE)</p><p><b>address</b>: Via Milano 7 Roma 120 00184 100 </p></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:2.16.840.1.113883.2.9.4.3.2",
      "value" : "MTCORV58E63L294G",
      "assigner" : {
        "display" : "MEF"
      }
    }
  ],
  "name" : [
    {
      "family" : "Cervone",
      "given" : [
        "Matteo"
      ],
      "prefix" : [
        "Dr"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "email",
      "value" : "matteo.cervone@gmail.it",
      "use" : "home"
    },
    {
      "system" : "email",
      "value" : "matteo.cervone@pec.it",
      "use" : "work"
    },
    {
      "system" : "phone",
      "value" : "3478129873",
      "use" : "mobile"
    }
  ],
  "address" : [
    {
      "line" : [
        "Via Milano 7"
      ],
      "_line" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract",
              "valueString" : "058091"
            }
          ]
        }
      ],
      "city" : "Roma",
      "district" : "RM",
      "state" : "120",
      "postalCode" : "00184",
      "country" : "100"
    }
  ]
}