haau3 FHIR Implementation Guide (HFIG)
1.0.0 - ci-build United States of America flag

haau3 FHIR Implementation Guide (HFIG) - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Haau3 RelatedPerson - TTL Representation

Raw ttl | Download


@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/RelatedPerson/haau3-related-person> a fhir:RelatedPerson ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "haau3-related-person"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://haau3.com/fhir/StructureDefinition/haau3-related-person" ;
       fhir:index 0 ;
       fhir:link <https://haau3.com/fhir/StructureDefinition/haau3-related-person>
     ]
  ] ;
  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: RelatedPerson haau3-related-person</b></p><a name=\"haau3-related-person\"> </a><a name=\"hchaau3-related-person\"> </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-related-person.html\">haau3 RelatedPerson</a></p></div><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-haau3-patient.html\">Derrick Lin  Male, DoB: 1965-04-12 ( https://haau3.com/fhir/NamingSystem/haau3-patient-id#Haau3PatientId#example-haau3-patient (use: usual, ))</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode CHILD}\">Child</span></p><p><b>name</b>: Casey Lin</p><blockquote><p><b>communication</b></p><p><b>language</b>: <span title=\"Codes:{urn:ietf:bcp:47 en}\">English</span></p><p><b>preferred</b>: true</p></blockquote><blockquote><p><b>communication</b></p><p><b>language</b>: <span title=\"Codes:{urn:ietf:bcp:47 vi}\">Vietnamese</span></p></blockquote></div>"
  ] ;
  fhir:RelatedPerson.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:RelatedPerson.patient [
     fhir:link <http://hl7.org/fhir/Patient/haau3-patient> ;
     fhir:Reference.reference [ fhir:value "Patient/haau3-patient" ]
  ] ;
  fhir:RelatedPerson.relationship [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ] ;
       fhir:Coding.code [ fhir:value "CHILD" ] ;
       fhir:Coding.display [ fhir:value "Child" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Child" ]
  ] ;
  fhir:RelatedPerson.name [
     fhir:index 0 ;
     fhir:HumanName.text [ fhir:value "Casey Lin" ]
  ] ;
  fhir:RelatedPerson.communication [
     fhir:index 0 ;
     fhir:RelatedPerson.communication.language [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ] ;
         fhir:Coding.code [ fhir:value "en" ] ;
         fhir:Coding.display [ fhir:value "English" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "English" ]
     ] ;
     fhir:RelatedPerson.communication.preferred [ fhir:value "true"^^xsd:boolean ]
  ], [
     fhir:index 1 ;
     fhir:RelatedPerson.communication.language [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ] ;
         fhir:Coding.code [ fhir:value "vi" ] ;
         fhir:Coding.display [ fhir:value "Vietnamese" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Vietnamese" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/haau3-patient> a fhir:Patient .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/RelatedPerson/haau3-related-person.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/RelatedPerson/haau3-related-person.ttl> .