Vital Records Common Profiles Library
0.1.0 - STU 1 Ballot

This page is part of the Vital Records Common Profile Library (v0.1.0: STU 1 on FHIR R4 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Practitioner - Live Birth Fetal Death example [Janet Seito] - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "practitioner-live-birth-fetal-death-janet-seito-common",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2020-11-19T04:04:09.678+00:00",
    "source" : "#enjv2vwwbesUKINP",
    "profile" : [
      "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Practitioner-live-birth-fetal-death"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: 223347044</p><p><b>name</b>: Avery Jones </p><h3>Qualifications</h3><table class=\"grid\"><tr><td>-</td><td><b>Code</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://snomed.info/sct 112247003}\">Medical doctor</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "223347044"
    }
  ],
  "name" : [
    {
      "family" : "Jones",
      "given" : [
        "Avery"
      ],
      "suffix" : [
        "M.D."
      ]
    }
  ],
  "qualification" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "112247003",
            "display" : "Medical doctor"
          }
        ]
      }
    }
  ]
}