Vital Records Common Library (VRCL) STU2-ballot
2.0.0 - trial-use United States of America flag

Vital Records Common Library (VRCL) STU2-ballot, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/vr-common-library/ and changes regularly. See the Directory of published versions

: Practitioner - example [Janet Seito] - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "practitioner-vr-janet-seito-common",
  "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><b>Generated Narrative: Practitioner</b><a name=\"practitioner-vr-janet-seito-common\"> </a><a name=\"hcpractitioner-vr-janet-seito-common\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Practitioner &quot;practitioner-vr-janet-seito-common&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Practitioner-vr.html\">Practitioner - Vital Records</a></p></div><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>: Seito Janet </p><p><b>address</b>: 5590 E Lockwood Drive SW, #1 Queens NY 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>Osteopath (occupation) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#76231001)</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "223347044"
    }
  ],
  "name" : [
    {
      "family" : "Janet",
      "given" : [
        "Seito"
      ],
      "suffix" : [
        "D.O."
      ]
    }
  ],
  "address" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/UnitOrAptNumber",
          "valueString" : "#1"
        },
        {
          "url" : "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/StreetNumber",
          "valueString" : "5590"
        },
        {
          "url" : "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/StreetName",
          "valueString" : "Lockwood"
        },
        {
          "url" : "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/StreetDesignator",
          "valueString" : "Drive"
        },
        {
          "url" : "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/PreDirectional",
          "valueString" : "E"
        },
        {
          "url" : "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/PostDirectional",
          "valueString" : "SW"
        }
      ],
      "line" : [
        "5590 E Lockwood Drive SW, #1"
      ],
      "city" : "Queens",
      "_city" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/CityCode",
            "valuePositiveInt" : 1234
          }
        ]
      },
      "district" : "Kings",
      "_district" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/DistrictCode",
            "valuePositiveInt" : 321
          }
        ]
      },
      "state" : "NY",
      "country" : "US"
    }
  ],
  "qualification" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "76231001",
            "display" : "Osteopath (occupation)"
          }
        ]
      }
    }
  ]
}