This page is part of the Vital Records Common Profile Library (v1.0.0: STU 1 on FHIR R4) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
@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:ValueSet;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "father-relationship"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "5" ];
fhir:Meta.lastUpdated [ fhir:value "2020-11-19T04:02:28.617+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#u9HMiGE2PucTlpQr" ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/2.1.0/CodeSystem-v3-RoleCode.html\"><code>http://terminology.hl7.org/CodeSystem/v3-RoleCode</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/2.1.0/CodeSystem-v3-RoleCode.html#v3-RoleCode-ADOPTF\">ADOPTF</a></td><td>adoptive father</td><td>The player of the role (father) is a male who has taken the scoper (child) into their family through legal means and raises them as his own child.</td></tr><tr><td><a href=\"http://terminology.hl7.org/2.1.0/CodeSystem-v3-RoleCode.html#v3-RoleCode-FTH\">FTH</a></td><td>father</td><td>The player of the role is a male who begets or raises or nurtures the scoping entity (child).</td></tr><tr><td><a href=\"http://terminology.hl7.org/2.1.0/CodeSystem-v3-RoleCode.html#v3-RoleCode-FTHFOST\">FTHFOST</a></td><td>foster father</td><td>The player of the role (parent) who is a male state-certified caregiver responsible for the scoper (child) who has been placed in the parent's care. The placement of the child is usually arranged through the government or a social-service agency, and temporary.<br/><br/>The state, via a jurisdiction recognized child protection agency, stands as in loco parentis to the child, making all legal decisions while the foster parent is responsible for the day-to-day care of the specified child.</td></tr><tr><td><a href=\"http://terminology.hl7.org/2.1.0/CodeSystem-v3-RoleCode.html#v3-RoleCode-NFTH\">NFTH</a></td><td>natural father</td><td>The player of the role is a male who begets the scoping entity (child).</td></tr><tr><td><a href=\"http://terminology.hl7.org/2.1.0/CodeSystem-v3-RoleCode.html#v3-RoleCode-STPFTH\">STPFTH</a></td><td>stepfather</td><td>The player of the role is the husband of scoping person's mother and not the scoping person's natural father.</td></tr></table></li></ul></div>"
];
fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/vr-common-library/ValueSet/father-relationship"];
fhir:ValueSet.version [ fhir:value "1.0.0"];
fhir:ValueSet.name [ fhir:value "FatherRelationship"];
fhir:ValueSet.title [ fhir:value "Father Relationship"];
fhir:ValueSet.status [ fhir:value "active"];
fhir:ValueSet.date [ fhir:value "2020-07-17T18:56:31+00:00"^^xsd:dateTime];
fhir:ValueSet.publisher [ fhir:value "HL7 International - Public Health Work Group"];
fhir:ValueSet.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "HL7 International - Public Health" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/pher" ] ]
];
fhir:ValueSet.description [ fhir:value "Relationships describing the father's role relative to the subject"];
fhir:ValueSet.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
fhir:Coding.code [ fhir:value "US" ];
fhir:Coding.display [ fhir:value "United States of America" ] ];
fhir:CodeableConcept.text [ fhir:value "United States of America" ]
];
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0;
fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ];
fhir:ValueSet.compose.include.concept [
fhir:index 0;
fhir:ValueSet.compose.include.concept.code [ fhir:value "ADOPTF" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "adoptive father" ] ], [
fhir:index 1;
fhir:ValueSet.compose.include.concept.code [ fhir:value "FTH" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "father" ] ], [
fhir:index 2;
fhir:ValueSet.compose.include.concept.code [ fhir:value "FTHFOST" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "foster father" ] ], [
fhir:index 3;
fhir:ValueSet.compose.include.concept.code [ fhir:value "NFTH" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "natural father" ] ], [
fhir:index 4;
fhir:ValueSet.compose.include.concept.code [ fhir:value "STPFTH" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "stepfather" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.