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
: Infermiere-Lab-Esempio - JSON Representation
Raw json | Download
{
"resourceType" : "Practitioner",
"id" : "Infermiere-Lab-Esempio",
"meta" : {
"profile" : [
"http://hl7.it/fhir/lab-report/StructureDefinition/practitioner-it-lab"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"Infermiere-Lab-Esempio\"> </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 "Infermiere-Lab-Esempio" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-practitioner-it-lab.html\">Practitioner - Lab Report</a></p></div><p><b>identifier</b>: id:\u00a0NFRPRV80A01H501G\u00a0(use:\u00a0OFFICIAL)</p><p><b>name</b>: Prova Infermiere </p><p><b>telecom</b>: <a href=\"mailto:infermiere.prova@policlinico.it\">infermiere.prova@policlinico.it</a>, ph: 331793553(WORK)</p><p><b>gender</b>: male</p></div>"
},
"identifier" : [
{
"use" : "official",
"system" : "http://hl7.it/sid/codiceFiscale",
"value" : "NFRPRV80A01H501G"
}
],
"name" : [
{
"use" : "usual",
"family" : "Infermiere",
"given" : [
"Prova"
]
}
],
"telecom" : [
{
"system" : "email",
"value" : "infermiere.prova@policlinico.it",
"use" : "work",
"rank" : 1
},
{
"system" : "phone",
"value" : "331793553",
"use" : "work",
"rank" : 2
}
],
"gender" : "male"
}