FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.ph-library
Resource TypeGroup
IdGroup-us-ph-survey-practitioner-group-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Group

Resource Group "us-ph-survey-practitioner-group-example" Version "1" Updated "2023-07-05 23:31:37+0000"

Profile: US Public Health Survey Practitioner Group

type: person

actual: true

managingEntity: Organization/us-ph-organization-health-authority-west "Health Authority West"

Members

-EntityPeriod
*Practitioner/us-core-practitioner-henry-seven " HENRY"2022-01-10 --> 2022-01-10

Source1

{
  "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"
      }
    }
  ]
}