FHIR IG analytics| Package | hl7.fhir.us.ph-library |
| Resource Type | Group |
| Id | Group-us-ph-survey-practitioner-group-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Resource Group "us-ph-survey-practitioner-group-example" Version "1" Updated "2023-07-05 23:31:37+0000"
type: person
actual: true
managingEntity: Organization/us-ph-organization-health-authority-west "Health Authority West"
| Entity | Period |
| Practitioner/us-core-practitioner-henry-seven " HENRY" | 2022-01-10 --> 2022-01-10 |
{
"resourceType": "Group",
"id": "us-ph-survey-practitioner-group-example",
"meta": {
"versionId": "1",
"lastUpdated": "2023-07-05T23:31:37.496Z",
"profile": [
"http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-survey-practitioner-group"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"type": "person",
"actual": true,
"managingEntity": {
"reference": "Organization/us-ph-organization-health-authority-west"
},
"member": [
{
"entity": {
"reference": "Practitioner/us-core-practitioner-henry-seven"
},
"period": {
"start": "2022-01-10",
"end": "2022-01-10"
}
}
]
}