Vital Records FHIR Messaging (VRFM) IG - Local Development build (v3.0.0-Preview1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: ParametersLinkage-LiveBirthWithCert - 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-LiveBirthWithCert"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-RecentPregnancyParameters"^^xsd:anyURI ;
fhir:l <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 "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:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "281050002" ] ;
fhir:display [ fhir:v "Livebirth" ] ] ) ]
] [
fhir:name [ fhir:v "birth_plurality" ] ;
fhir:value [
a fhir:Integer ;
fhir:v 1 ]
] [
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 ]
] ) . #