NHSN Reporting: Inpatient Medication Administration
1.0.0 - STU 1

This page is part of the NHSN Reporting: Inpatient Medication Administration (v1.0.0: STU 1 on FHIR R4) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Example of US Core Practitioner - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "practitioner-med-admin-henry-seven",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2021-02-10T03:08:19.831+00:00",
    "source" : "#vNf3iatcV2Dv62N6",
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: 9933339108</p><p><b>name</b>: Seven Henry </p><p><b>telecom</b>: <a href=\"mailto:henry.seven@example.com\">henry.seven@example.com</a></p><p><b>address</b>: BMass Doctors 2100 North Ave Burlington MA 02368 US </p></div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "9933339108"
    }
  ],
  "name" : [
    {
      "family" : "Henry",
      "given" : [
        "Seven"
      ],
      "suffix" : [
        "M.D."
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "email",
      "value" : "henry.seven@example.com"
    }
  ],
  "address" : [
    {
      "line" : [
        "BMass Doctors",
        "2100 North Ave"
      ],
      "city" : "Burlington",
      "state" : "MA",
      "postalCode" : "02368",
      "country" : "US"
    }
  ]
}