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

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-PluralBirthWithCert - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "ParametersLinkage-PluralBirthWithCert",
  "meta" : {
    "profile" : [
      🔗 "http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-RecentPregnancyParameters"
    ]
  },
  "parameter" : [
    {
      "name" : "notes",
      "valueString" : "Plural Live Birth With Certificate"
    },
    {
      "name" : "coded_outcome",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "281050002",
            "display" : "Livebirth"
          }
        ]
      }
    },
    {
      "name" : "birth_plurality",
      "valueInteger" : 2
    },
    {
      "name" : "fetal_death_plurality",
      "valueInteger" : 0
    },
    {
      "name" : "preg_status_is_correct",
      "valueBoolean" : true
    }
  ]
}