FHIR IG analytics| Package | fhir.argonaut.questionnaire |
| Resource Type | Practitioner |
| Id | Practitioner-prov-admin1.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative with Details
id: prov-admin1
meta:
identifier: 999123456
active: true
name: Jane M Healer
communication: English (Details : {urn:ietf:bcp:47 code 'en' = 'English', given as 'English'})
{
"resourceType": "Practitioner",
"id": "prov-admin1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org.fhir/sid/us-npi",
"value": "999123456"
}
],
"active": true,
"name": [
{
"family": "Healer",
"given": [
"Jane",
"M"
],
"suffix": [
"RN"
]
}
],
"communication": [
{
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en",
"display": "English"
}
],
"text": "English"
}
]
}