FHIR IG analytics| Package | ihe.iti.pcf |
| Resource Type | Practitioner |
| Id | Practitioner-ex-clerk.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner ex-clerk
Security Labels: test health data (Details: ActReason code HTEST = 'test health data'), normal (Details: Confidentiality code N = 'normal')
telecom: Clerk@example.org
{
"resourceType": "Practitioner",
"id": "ex-clerk",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code": "N"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"telecom": [
{
"system": "email",
"value": "Clerk@example.org"
}
]
}