@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://haau3.com/fhir/CareTeam/haau3-care-team> a fhir:CareTeam ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "haau3-care-team"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://haau3.com/fhir/StructureDefinition/haau3-care-team" ;
       fhir:index 0 ;
       fhir:link <https://haau3.com/fhir/StructureDefinition/haau3-care-team>
     ]
  ] ;
  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: CareTeam haau3-care-team</b></p><a name=\"haau3-care-team\"> </a><a name=\"hchaau3-care-team\"> </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\">Profile: <a href=\"StructureDefinition-haau3-care-team.html\">haau3 CareTeam</a></p></div><p><b>status</b>: Active</p><p><b>subject</b>: <a href=\"Patient-us-core-patient.html\">Derrick Lin  Male, DoB: 1965-04-12 ( Medical record number (use: usual, ))</a></p><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{http://snomed.info/sct 410534003}\">Notification</span></p><p><b>member</b>: <a href=\"Practitioner-haau3-practitioner.html\">Practitioner Janet Smith </a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:\"></span></p><p><b>member</b>: <a href=\"Practitioner-haau3-practitioner.html\">Practitioner Janet Smith </a></p></blockquote></div>"
  ] ;
  fhir:CareTeam.status [ fhir:value "active"] ;
  fhir:CareTeam.subject [
     fhir:link <https://haau3.com/fhir/Patient/us-core-patient> ;
     fhir:Reference.reference [ fhir:value "Patient/us-core-patient" ]
  ] ;
  fhir:CareTeam.participant [
     fhir:index 0 ;
     fhir:CareTeam.participant.role [
       fhir:index 0 ;
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a sct:410534003 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "410534003" ] ;
         fhir:Coding.display [ fhir:value "Notification" ]
       ]
     ] ;
     fhir:CareTeam.participant.member [
       fhir:link <https://haau3.com/fhir/Practitioner/haau3-practitioner> ;
       fhir:Reference.reference [ fhir:value "Practitioner/haau3-practitioner" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:CareTeam.participant.role [
       fhir:index 0 ;
       fhir:Element.extension [
         fhir:index 0 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/data-absent-reason" ] ;
         fhir:Extension.valueCode [ fhir:value "unknown" ]
       ]
     ] ;
     fhir:CareTeam.participant.member [
       fhir:link <https://haau3.com/fhir/Practitioner/haau3-practitioner> ;
       fhir:Reference.reference [ fhir:value "Practitioner/haau3-practitioner" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<https://haau3.com/fhir/CareTeam/haau3-care-team.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

