US Public Health Profiles Library
1.0.0-ballot - STU Ballot US

This page is part of the US Public Health Profiles Library (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: US Public Health Survey Practitioner Group - Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Group",
  "id" : "us-ph-survey-practitioner-group-example",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2022-07-22T00:44:23.289+00:00",
    "source" : "#AVd1aUE4adzwnsUw",
    "profile" : [
      "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-survey-practitioner-group"
    ]
  },
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>Practitioner participating in Healthcare Survey</p>\n            <ul>\n                <li>Practitioner Henry Seven</li>\n            </ul>\n        </div>"
  },
  "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"
      }
    }
  ]
}