Vital Records Common Profiles Library
0.1.0 - STU 1 Ballot

This page is part of the Vital Records Common Profile Library (v0.1.0: STU 1 on FHIR R4 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: RelatedPerson - Father example [Tom Yan Lee] - 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 -------------------------------------------------------------------

 a fhir:RelatedPerson;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "relatedperson-father-tom-yan-lee-common"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "3" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-11-19T04:04:28.212+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#WHxmhrOJJKvqoeYn" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/RelatedPerson-father";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/vr-common-library/StructureDefinition/RelatedPerson-father>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>Extension - RelatedPerson Birth Place</b>: NY </p><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-patient-decedent-fetus-not-named-common.html\">Patient - Decedent Fetus (Fetus Not Named). Generated Summary: Medical Record Number: 9932702 (USUAL); UNK ; gender: female; birthDate: 2019-01-09; deceased</a></p><p><b>relationship</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-RoleCode NFTH}\">Natural Father</span></p><p><b>name</b>: Tom Yan Lee (OFFICIAL)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1984-02-27</p></div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Extension-relatedperson-birthplace" ];
     fhir:Extension.valueAddress [
       fhir:Address.state [ fhir:value "NY" ]     ]
  ];
  fhir:RelatedPerson.active [ fhir:value "true"^^xsd:boolean];
  fhir:RelatedPerson.patient [
     fhir:Reference.reference [ fhir:value "Patient/patient-decedent-fetus-not-named-common" ];
     fhir:Reference.display [ fhir:value "Patient - Decedent Fetus (Fetus Not Named)" ]
  ];
  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 "NFTH" ];
       fhir:Coding.display [ fhir:value "natural father" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Natural Father" ]
  ];
  fhir:RelatedPerson.name [
     fhir:index 0;
     fhir:HumanName.use [ fhir:value "official" ];
     fhir:HumanName.family [ fhir:value "Lee" ];
     fhir:HumanName.given [
       fhir:value "Tom";
       fhir:index 0     ], [
       fhir:value "Yan";
       fhir:index 1     ]
  ];
  fhir:RelatedPerson.gender [ fhir:value "male"];
  fhir:RelatedPerson.birthDate [ fhir:value "1984-02-27"^^xsd:date].

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.