FHIR IG analytics| Package | hl7.fhir.uv.lab-report |
| Resource Type | Practitioner |
| Id | Practitioner-pr-lab-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner pr-lab-example
identifier: urn:oid:2.16.840.1.113883.2.9.4.3.2/MTCORV58E63L294G
name: Matteo Cervone
telecom: matteo.cervone@gmail.it, matteo.cervone@pec.it, ph: 3478129873(Mobile)
address: Via Milano 7 Roma 120 00184 100
{
"resourceType": "Practitioner",
"id": "pr-lab-example",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/lab-report/StructureDefinition/Practitioner-uv-lab"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
],
"city": "Roma",
"district": "RM",
"state": "120",
"postalCode": "00184",
"country": "100"
}
]
}