@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/vr-common-library/ValueSet/ValueSet-mother-relationship-vr> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ValueSet-mother-relationship-vr"] ; # 
  fhir:language [ fhir:v "en"] ; # 
  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 ValueSet-mother-relationship-vr</b></p><a name=\"ValueSet-mother-relationship-vr\"> </a><a name=\"hcValueSet-mother-relationship-vr\"> </a><ul><li>Include these codes as defined in <code>http://terminology.hl7.org/CodeSystem/v3-RoleCode</code><span title=\"Version is explicitly stated to be 2018-08-12\"> version ?2018-08-12</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>ADOPTM</td><td>adoptive mother</td></tr><tr><td>MTH</td><td>mother</td></tr><tr><td>GESTM</td><td>gestational mother</td></tr><tr><td>MTHFOST</td><td>foster mother</td></tr><tr><td>NMTH</td><td>natural mother</td></tr><tr><td>NMTHF</td><td>natural mother of fetus</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "pher"
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "http://hl7.org/fhir/us/vr-common-library/ValueSet/ValueSet-mother-relationship-vr"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/us/vr-common-library/ValueSet/ValueSet-mother-relationship-vr>
  ] ; # 
  fhir:version [ fhir:v "2.0.0"] ; # 
  fhir:name [ fhir:v "ValueSetMotherRelationshipVitalRecords"] ; # 
  fhir:title [ fhir:v "Value Set - Mother Relationship Vital Records"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-06-01T14:50:40+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Public Health"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 International / Public Health" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pher" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This valueset contains codes that represent relationships describing the mother's role relative to the subject."] ; # 
  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:display [ fhir:v "United States of America" ]
     ] )
  ] ) ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/v3-RoleCode>
       ] ;
       fhir:version [ fhir:v "2018-08-12" ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "ADOPTM" ] ;
         fhir:display [ fhir:v "adoptive mother" ]
       ] [
         fhir:code [ fhir:v "MTH" ] ;
         fhir:display [ fhir:v "mother" ]
       ] [
         fhir:code [ fhir:v "GESTM" ] ;
         fhir:display [ fhir:v "gestational mother" ]
       ] [
         fhir:code [ fhir:v "MTHFOST" ] ;
         fhir:display [ fhir:v "foster mother" ]
       ] [
         fhir:code [ fhir:v "NMTH" ] ;
         fhir:display [ fhir:v "natural mother" ]
       ] [
         fhir:code [ fhir:v "NMTHF" ] ;
         fhir:display [ fhir:v "natural mother of fetus" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

