Health eData 1 Sandbox
0.1.0 - CI Build United States of America flag

Health eData 1 Sandbox, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/argonautproject/USCDIV7/ and changes regularly. See the Directory of published versions

: Primary And First Alternate Healthcare Agents CareTeam Example - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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 -------------------------------------------------------------------

 a fhir:CareTeam ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "careteam-healthcare-agents-primary-first"] ; # 
  fhir:meta [
    ( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/instance-name"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/instance-name>       ] ;
fhir:value [
a fhir:String ;
fhir:v "Primary And First Alternate Healthcare Agents CareTeam Example"       ]     ] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/instance-description"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/instance-description>       ] ;
fhir:value [
a fhir:Markdown ;
fhir:v "This example of a *US Core CareTeam Profile* identifies the patient's primary healthcare agent and first alternate healthcare agent - related persons designated to make healthcare decisions on behalf of the patient if the patient cannot do so."       ]     ] ) ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-careteam"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-careteam>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CareTeam careteam-healthcare-agents-primary-first</b></p><a name=\"careteam-healthcare-agents-primary-first\"> </a><a name=\"hccareteam-healthcare-agents-primary-first\"> </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=\"http://hl7.org/fhir/us/core/2026Jan/StructureDefinition-us-core-careteam.html\">US Core CareTeam Profile</a></p></div><p><b>status</b>: Active</p><p><b>subject</b>: <a href=\"http://hl7.org/fhir/us/core/2026Jan/Patient-example.html\">Amy V. Baxter</a></p><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{http://loinc.org 75783-1}\">75783-1 (LOINC): Primary healthcare agent [Reported]</span></p><p><b>member</b>: <a href=\"RelatedPerson-shaw-niece-primary-agent.html\">Sarah van Putten</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{http://loinc.org 75784-9}\">75784-9 (LOINC): First alternate healthcare agent [Reported]</span></p><p><b>member</b>: <a href=\"RelatedPerson-shaw-grandson-first-alternate.html\">Ethan Baxter</a></p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:subject [
fhir:l fhir:Patient/example ;
fhir:reference [ fhir:v "Patient/example" ] ;
fhir:display [ fhir:v "Amy V. Baxter" ]
  ] ; # 
  fhir:participant ( [
    ( fhir:role [
      ( fhir:coding [
a loinc:75783-1 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "75783-1" ] ;
fhir:display [ fhir:v "Primary healthcare agent [Reported]" ]       ] ) ;
fhir:text [ fhir:v "75783-1 (LOINC): Primary healthcare agent [Reported]" ]     ] ) ;
fhir:member [
fhir:l fhir:RelatedPerson/shaw-niece-primary-agent ;
fhir:reference [ fhir:v "RelatedPerson/shaw-niece-primary-agent" ] ;
fhir:display [ fhir:v "Sarah van Putten" ]     ]
  ] [
    ( fhir:role [
      ( fhir:coding [
a loinc:75784-9 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "75784-9" ] ;
fhir:display [ fhir:v "First alternate healthcare agent [Reported]" ]       ] ) ;
fhir:text [ fhir:v "75784-9 (LOINC): First alternate healthcare agent [Reported]" ]     ] ) ;
fhir:member [
fhir:l fhir:RelatedPerson/shaw-grandson-first-alternate ;
fhir:reference [ fhir:v "RelatedPerson/shaw-grandson-first-alternate" ] ;
fhir:display [ fhir:v "Ethan Baxter" ]     ]
  ] ) . #