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

: MaternalLinkageBundle-EctopicPregnancy - 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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "MaternalLinkageBundle-EctopicPregnancy"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-maternal-linkage-content-bundle"^^xsd:anyURI ;
fhir:link <http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-maternal-linkage-content-bundle>     ] )
  ] ; # 
  fhir:identifier [
fhir:value [ fhir:v "placeholder" ]
  ] ; # 
  fhir:type [ fhir:v "collection"] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Parameter/ParametersLinkage-EctopicPregnancy"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Parameter/ParametersLinkage-EctopicPregnancy> )
  ] ) . # 

<http://www.example.org/fhir/Parameter/ParametersLinkage-EctopicPregnancy> a fhir:Parameters ;
  fhir:id [ fhir:v "ParametersLinkage-EctopicPregnancy"] ; # 
  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 "Ectopic Pregnancy"     ]
  ] [
fhir:name [ fhir:v "coded_outcome" ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a sct:34801009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "34801009" ] ;
fhir:display [ fhir:v "Ectopic Pregnancy" ]       ] )     ]
  ] [
fhir:name [ fhir:v "birth_plurality" ] ;
fhir:value [
a fhir:integer ;
fhir:v 0     ]
  ] [
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     ]
  ] ) . #