Vital Records FHIR Messaging (VRFM) IG
3.0.0-Preview1 - ci-build

Vital Records FHIR Messaging (VRFM) IG, published by CDC NCHS. This guide is not an authorized publication; it is the continuous build for version 3.0.0-Preview1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/nightingaleproject/vital_records_fhir_messaging_ig/ and changes regularly. See the Directory of published versions

: ParametersLinkage-Extensive-PluralBirthAndFetalDeath - TTL Representation

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ParametersLinkage-Extensive-PluralBirthAndFetalDeath"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-RecentPregnancyParameters"^^xsd:anyURI ;
fhir:link <http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-RecentPregnancyParameters>     ] )
  ] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "notes" ] ;
fhir:value [
a fhir:string ;
fhir:v "Example of notes"     ]
  ] [
fhir:name [ fhir:v "coded_outcome" ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/CodeSystem/VRM-coded-pregnancy-status-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "live-birth-and-fetal-death" ] ;
fhir:display [ fhir:v "Multiple Outcomes (Live Birth(s) and Fetal Death(s))" ]       ] )     ]
  ] [
fhir:name [ fhir:v "birth_plurality" ] ;
fhir:value [
a fhir:integer ;
fhir:v 2     ]
  ] [
fhir:name [ fhir:v "fetal_death_plurality" ] ;
fhir:value [
a fhir:integer ;
fhir:v 2     ]
  ] [
fhir:name [ fhir:v "preg_status_is_correct" ] ;
fhir:value [
a fhir:boolean ;
fhir:v false     ]
  ] [
fhir:name [ fhir:v "corrected_pregnancy_status" ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/vrdr/CodeSystem/CodeSystem-death-pregnancy-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "Not pregnant, but pregnant 43 days to 1 year before death" ]       ] )     ]
  ] ) . #