@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/healthedata1-sandbox/ValueSet/us-core-patient-contact-relationship> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "us-core-patient-contact-relationship"] ; # 
  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: ValueSet us-core-patient-contact-relationship</b></p><a name=\"us-core-patient-contact-relationship\"> </a><a name=\"hcus-core-patient-contact-relationship\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"http://hl7.org/fhir/R4/valueset-patient-contactrelationship.html\">Patient Contact Relationship </a></li><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/81335-2/\">81335-2</a></td><td>Patient Healthcare agent</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://hl7.org/fhir/us/core/ValueSet/us-core-patient-contact-relationship"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/us/core/ValueSet/us-core-patient-contact-relationship>
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
       fhir:l <urn:ietf:rfc:3986>
     ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.40.2.48.23" ]
  ] ) ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "USCorePatientContactRelationship"] ; # 
  fhir:title [ fhir:v "US Core Patient Contact Relationship"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-05-14"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 International / Cross-Group Projects"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 International / Cross-Group Projects" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cgp" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "cgp@lists.HL7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes that represent the relationship of a person identified as a contact for a patient, including roles supporting the USCDI v7 *Healthcare Agent* Data Element. Combines the FHIR PatientContactRelationship value set with selected HL7, SNOMED CT, and LOINC codes covering healthcare power-of-attorney and primary / alternate healthcare agent designations."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "US" ]
     ] )
  ] ) ; # 
  fhir:compose [
     fhir:include ( [
       fhir:valueSet ( [
         fhir:v "http://hl7.org/fhir/ValueSet/patient-contactrelationship"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/ValueSet/patient-contactrelationship>
       ] )
     ] [
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "81335-2" ] ;
         fhir:display [ fhir:v "Patient Healthcare agent" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

