@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/us/ph-library/Group/us-ph-survey-practitioner-group-example> a fhir:Group ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "us-ph-survey-practitioner-group-example"] ; # 
  fhir:meta [
     fhir:versionId [ fhir:v "1" ] ;
     fhir:lastUpdated [ fhir:v "2023-07-05T23:31:37.496Z"^^xsd:dateTime ] ;
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-survey-practitioner-group"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-survey-practitioner-group>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: Group us-ph-survey-practitioner-group-example</b></p><a name=\"us-ph-survey-practitioner-group-example\"> </a><a name=\"hcus-ph-survey-practitioner-group-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 1; Last updated: 2023-07-05 23:31:37+0000; Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-ph-survey-practitioner-group.html\">US Public Health Survey Practitioner Group</a></p></div><p><b>type</b>: Person</p><p><b>actual</b>: true</p><p><b>managingEntity</b>: <a href=\"Organization-us-ph-organization-health-authority-west.html\">Organization Health Authority West</a></p><h3>Members</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Entity</b></td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-us-core-practitioner-henry-seven.html\">Practitioner Seven Henry </a></td><td>2022-01-10 --&gt; 2022-01-10</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:type [ fhir:v "person"] ; # 
  fhir:actual [ fhir:v true] ; # 
  fhir:managingEntity [
     fhir:l <http://hl7.org/fhir/us/ph-library/Organization/us-ph-organization-health-authority-west> ;
     fhir:reference [ fhir:v "Organization/us-ph-organization-health-authority-west" ]
  ] ; # 
  fhir:member ( [
     fhir:entity [
       fhir:l <http://hl7.org/fhir/us/ph-library/Practitioner/us-core-practitioner-henry-seven> ;
       fhir:reference [ fhir:v "Practitioner/us-core-practitioner-henry-seven" ]
     ] ;
     fhir:period [
       fhir:start [ fhir:v "2022-01-10"^^xsd:date ] ;
       fhir:end [ fhir:v "2022-01-10"^^xsd:date ]
     ]
  ] ) . # 

<http://hl7.org/fhir/us/ph-library/Organization/us-ph-organization-health-authority-west> a fhir:Us .

<http://hl7.org/fhir/us/ph-library/Practitioner/us-core-practitioner-henry-seven> a fhir:Us .

# -------------------------------------------------------------------------------------

