FHIR IG analytics| Package | ihe.domain.profile |
| Resource Type | Practitioner |
| Id | Practitioner-ex-author.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner ex-author
Security Labels: test health data (Details: ActReason code HTEST = 'test health data'), normal (Details: Confidentiality code N = 'normal')
telecom: Author@example.com
{
"resourceType": "Practitioner",
"id": "ex-author",
"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": "Author@example.com"
}
]
}