Birth Defects Reporting - STU1
0.1.2 - draft United States of America flag

Birth Defects Reporting - STU1, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 0.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-birthdefectsreporting-ig/ and changes regularly. See the Directory of published versions

: Practitioner - example [Joe Smith] - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "practitioner-joe-smith",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Practitioner-vr"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner practitioner-joe-smith</b></p><a name=\"practitioner-joe-smith\"> </a><a name=\"hcpractitioner-joe-smith\"> </a><a name=\"practitioner-joe-smith-en-US\"> </a><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.0.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">NPI</a>/223347044</p><p><b>name</b>: Smith Joe </p><p><b>address</b>: 142 Oak Steet Ann Arbor MI 48105 US </p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 309343006}\">Physician (occupation)</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "223347044"
    }
  ],
  "name" : [
    {
      "family" : "Joe",
      "given" : [
        "Smith"
      ]
    }
  ],
  "address" : [
    {
      "line" : [
        "142 Oak Steet"
      ],
      "city" : "Ann Arbor",
      "state" : "MI",
      "postalCode" : "48105",
      "country" : "US"
    }
  ],
  "qualification" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "309343006",
            "display" : "Physician (occupation)"
          }
        ]
      }
    }
  ]
}