@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/3.0/CodeSystem/v3-MaritalStatus> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "v3-MaritalStatus"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem v3-MaritalStatus</b></p><a name=\"v3-MaritalStatus\"> </a><a name=\"hcv3-MaritalStatus\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/v3/MaritalStatus</code> defines the following codes in a Is-A hierarchy:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">A<a name=\"v3-MaritalStatus-A\"> </a></td><td>Annulled</td><td>Marriage contract has been declared null and to not have existed</td></tr><tr><td style=\"white-space:nowrap\">D<a name=\"v3-MaritalStatus-D\"> </a></td><td>Divorced</td><td>Marriage contract has been declared dissolved and inactive</td></tr><tr><td style=\"white-space:nowrap\">I<a name=\"v3-MaritalStatus-I\"> </a></td><td>Interlocutory</td><td>Subject to an Interlocutory Decree.</td></tr><tr><td style=\"white-space:nowrap\">L<a name=\"v3-MaritalStatus-L\"> </a></td><td>Legally Separated</td><td>Legally Separated</td></tr><tr><td style=\"white-space:nowrap\">M<a name=\"v3-MaritalStatus-M\"> </a></td><td>Married</td><td>A current marriage contract is active</td></tr><tr><td style=\"white-space:nowrap\">P<a name=\"v3-MaritalStatus-P\"> </a></td><td>Polygamous</td><td>More than 1 current spouse</td></tr><tr><td style=\"white-space:nowrap\">S<a name=\"v3-MaritalStatus-S\"> </a></td><td>Never Married</td><td>No marriage contract has ever been entered</td></tr><tr><td style=\"white-space:nowrap\">T<a name=\"v3-MaritalStatus-T\"> </a></td><td>Domestic partner</td><td>Person declares that a domestic partner relationship exists.</td></tr><tr><td style=\"white-space:nowrap\">U<a name=\"v3-MaritalStatus-U\"> </a></td><td>unmarried</td><td>Currently not in a marriage contract.</td></tr><tr><td style=\"white-space:nowrap\">W<a name=\"v3-MaritalStatus-W\"> </a></td><td>Widowed</td><td>The spouse has died</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:string ;
       fhir:v "External"
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:integer ;
       fhir:v 0
     ]
  ] [
     fhir:extension ( [
       fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:id ;
         fhir:v "hl7.fhir.uv.xver-r3.r4"
       ]
     ] [
       fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:string ;
         fhir:v "0.0.1-snapshot-2"
       ]
     ] ) ;
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "fhir"
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "trial-use" ;
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:canonical ;
           fhir:v "http://hl7.org/fhir/3.0/ImplementationGuide/hl7.fhir.uv.xver-r3.r4"^^xsd:anyURI ;
           fhir:link <http://hl7.org/fhir/3.0/ImplementationGuide/hl7.fhir.uv.xver-r3.r4>
         ]
       ] )
     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/v3/MaritalStatus"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2016-11-11"] ; # 
  fhir:name [ fhir:v "v3 Code System MaritalStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2016-11-10T23:00:00+10:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "FHIR Infrastructure" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "* * * No description supplied * * *  Open Issue:\r\nThe specific meanings of these codes can vary somewhat by jurisdiction and implementation so caution should be used when determining equivalency."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
     fhir:v "http://hl7.org/fhir/ValueSet/v3-MaritalStatus"^^xsd:anyURI ;
     fhir:link <http://hl7.org/fhir/ValueSet/v3-MaritalStatus>
  ] ; # 
  fhir:hierarchyMeaning [ fhir:v "is-a"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "A" ] ;
     fhir:display [ fhir:v "Annulled" ] ;
     fhir:definition [ fhir:v "Marriage contract has been declared null and to not have existed" ]
  ] [
     fhir:code [ fhir:v "D" ] ;
     fhir:display [ fhir:v "Divorced" ] ;
     fhir:definition [ fhir:v "Marriage contract has been declared dissolved and inactive" ]
  ] [
     fhir:code [ fhir:v "I" ] ;
     fhir:display [ fhir:v "Interlocutory" ] ;
     fhir:definition [ fhir:v "Subject to an Interlocutory Decree." ]
  ] [
     fhir:code [ fhir:v "L" ] ;
     fhir:display [ fhir:v "Legally Separated" ] ;
     fhir:definition [ fhir:v "Legally Separated" ]
  ] [
     fhir:code [ fhir:v "M" ] ;
     fhir:display [ fhir:v "Married" ] ;
     fhir:definition [ fhir:v "A current marriage contract is active" ]
  ] [
     fhir:code [ fhir:v "P" ] ;
     fhir:display [ fhir:v "Polygamous" ] ;
     fhir:definition [ fhir:v "More than 1 current spouse" ]
  ] [
     fhir:code [ fhir:v "S" ] ;
     fhir:display [ fhir:v "Never Married" ] ;
     fhir:definition [ fhir:v "No marriage contract has ever been entered" ]
  ] [
     fhir:code [ fhir:v "T" ] ;
     fhir:display [ fhir:v "Domestic partner" ] ;
     fhir:definition [ fhir:v "Person declares that a domestic partner relationship exists." ]
  ] [
     fhir:code [ fhir:v "U" ] ;
     fhir:display [ fhir:v "unmarried" ] ;
     fhir:definition [ fhir:v "Currently not in a marriage contract." ]
  ] [
     fhir:code [ fhir:v "W" ] ;
     fhir:display [ fhir:v "Widowed" ] ;
     fhir:definition [ fhir:v "The spouse has died" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

