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-PluralBirthWithCert - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ParametersLinkage-PluralBirthWithCert"] ; # 
  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 "Plural Live Birth With Certificate"     ]
  ] [
fhir:name [ fhir:v "coded_outcome" ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a sct:281050002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "281050002" ] ;
fhir:display [ fhir:v "Livebirth" ]       ] )     ]
  ] [
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 0     ]
  ] [
fhir:name [ fhir:v "preg_status_is_correct" ] ;
fhir:value [
a fhir:boolean ;
fhir:v true     ]
  ] ) . #