@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:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "sdr-causeOfDeath-PregnancyStatusCS"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>SDR PregnancyStatusCS CodeSystem</b></p>\n<p>Whether the decedent was pregnant at or around the time of death. Corresponds to the allowed values for item 36 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf). Most of the codes in this value set belong to the [PHIN VS code system](http://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.274) but this is not currently supported as a [standard FHIR code system](https://www.hl7.org/fhir/terminologies-systems.html).</p>\n</div>" ]; fhir:CodeSystem.url [ fhir:value "http://github.com/nightingaleproject/fhirDeathRecord/sdr/causeOfDeath/cs/PregnancyStatusCS"]; fhir:CodeSystem.identifier [ fhir:Identifier.system [ fhir:value "http://github.com/nightingaleproject/fhirDeathRecord" ]; fhir:Identifier.value [ fhir:value "sdr.causeOfDeath.PregnancyStatusCS" ] ]; fhir:CodeSystem.version [ fhir:value "0.1.0"]; fhir:CodeSystem.name [ fhir:value "PregnancyStatusCS"]; fhir:CodeSystem.title [ fhir:value "SDR PregnancyStatusCS CodeSystem"]; fhir:CodeSystem.status [ fhir:value "draft"]; fhir:CodeSystem.date [ fhir:value "2018-06-14T00:00:00-04:00"^^xsd:dateTime]; fhir:CodeSystem.publisher [ fhir:value "The MITRE Corporation: Nightingale Project"]; fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://github.com/nightingaleproject/fhirDeathRecord" ] ] ]; fhir:CodeSystem.description [ fhir:value "Whether the decedent was pregnant at or around the time of death. Corresponds to the allowed values for item 36 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf). Most of the codes in this value set belong to the [PHIN VS code system](http://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.274) but this is not currently supported as a [standard FHIR code system](https://www.hl7.org/fhir/terminologies-systems.html)."]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.count [ fhir:value "5"^^xsd:nonNegativeInteger]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "PHC1260" ]; fhir:CodeSystem.concept.display [ fhir:value "Not pregnant within past year" ]; fhir:CodeSystem.concept.definition [ fhir:value "Not pregnant within past year" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "PHC1261" ]; fhir:CodeSystem.concept.display [ fhir:value "Pregnant at time of death" ]; fhir:CodeSystem.concept.definition [ fhir:value "Pregnant at time of death" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "PHC1262" ]; fhir:CodeSystem.concept.display [ fhir:value "Not pregnant, but pregnant within 42 days of death" ]; fhir:CodeSystem.concept.definition [ fhir:value "Not pregnant, but pregnant within 42 days of death" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "PHC1263" ]; fhir:CodeSystem.concept.display [ fhir:value "Not pregnant, but pregnant 43 days to 1 year before death" ]; fhir:CodeSystem.concept.definition [ fhir:value "Not pregnant, but pregnant 43 days to 1 year before death" ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "PHC1264" ]; fhir:CodeSystem.concept.display [ fhir:value "Unknown if pregnant within the past year" ]; fhir:CodeSystem.concept.definition [ fhir:value "Unknown if pregnant within the past year" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.