@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/uv/deqm/Group/group02> a fhir:Group ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "group02"] ;
  fhir:Resource.meta [
     fhir:Meta.source [ fhir:value "http://example.org/fhir/server" ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Group group02</b></p><a name=\"group02\"> </a><a name=\"hcgroup02\"> </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\"/><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://example.org/fhir/server\">http://example.org/fhir/server</a></p></div><p><b>type</b>: Person</p><p><b>actual</b>: true</p><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-patient01.html\">Jairo Webster (official) Male, DoB: 1946-12-16 ( Medical record number: 12345 (use: usual, ))</a></p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-patient02.html\">Darien Bernard (official) Male, DoB: 1967-06-13 ( Medical record number: 23456 (use: usual, ))</a></p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-patient03.html\">Virginia Hartman (official) Female, DoB: 1983-09-12 ( Medical record number: 34567 (use: usual, ))</a></p></blockquote></div>"
  ] ;
  fhir:Group.type [ fhir:value "person"] ;
  fhir:Group.actual [ fhir:value "true"^^xsd:boolean] ;
  fhir:Group.member [
     fhir:index -1 ;
     fhir:Group.member.entity [
       fhir:link <http://hl7.org/fhir/uv/deqm/Patient/patient01> ;
       fhir:Reference.reference [ fhir:value "Patient/patient01" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Group.member.entity [
       fhir:link <http://hl7.org/fhir/uv/deqm/Patient/patient02> ;
       fhir:Reference.reference [ fhir:value "Patient/patient02" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Group.member.entity [
       fhir:link <http://hl7.org/fhir/uv/deqm/Patient/patient03> ;
       fhir:Reference.reference [ fhir:value "Patient/patient03" ]
     ]
  ] .

<http://hl7.org/fhir/uv/deqm/Patient/patient01> a fhir:uv .

<http://hl7.org/fhir/uv/deqm/Patient/patient02> a fhir:uv .

<http://hl7.org/fhir/uv/deqm/Patient/patient03> a fhir:uv .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/uv/deqm/Group/group02.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/uv/deqm/Group/group02.ttl> .

# -------------------------------------------------------------------------------------

