FHIR IG analytics| Package | hl7.fhir.it.base |
| Resource Type | Patient |
| Id | Patient-esempio-professione.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Paziente esempio-professione
Martino Rossi (no stated gender), DoB Unknown ( http://hl7.it/sid/codiceFiscale#RSSMRT57D12D612R)
| Professione del paziente | Medici | ||
| Titolo di Studio del paziente | Medicina e chirurgia | ||
{
"resourceType": "Patient",
"id": "esempio-professione",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.it/fhir/StructureDefinition/patient-occupation-it",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.it/CodeSystem/istat-professioni",
"code": "2.4.1",
"display": "Medici"
}
]
}
},
{
"url": "http://hl7.it/fhir/StructureDefinition/patient-qualification-it",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.it/CodeSystem/istat-ctsi03",
"code": "72004001",
"display": "Medicina e chirurgia"
}
]
}
}
],
"identifier": [
{
"system": "http://hl7.it/sid/codiceFiscale",
"value": "RSSMRT57D12D612R"
}
],
"name": [
{
"family": "Rossi",
"given": [
"Martino"
]
}
]
}