FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.dental-data-exchange
Resource TypePatient
IdPatient-example-dental.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Patient A
Identifier 5152020
Address 123 Test Dr.
Denver CO US
Date of birth 01 January 1990

Source1

{
  "resourceType": "Patient",
  "id": "example-dental",
  "meta": {
    "versionId": "6",
    "lastUpdated": "2021-03-30T15:54:14.486+00:00",
    "source": "#nRym4nap90mqpxVr",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race",
      "extension": [
        {
          "url": "ombCategory",
          "valueCoding": {
            "system": "urn:oid:2.16.840.1.113883.6.238",
            "code": "2106-3",
            "display": "White"
          }
        },
        {
          "url": "detailed",
          "valueCoding": {
            "system": "urn:oid:2.16.840.1.113883.6.238",
            "code": "1516-4",
            "display": "Zuni"
          }
        },
        {
          "url": "text",
          "valueString": "Mixed"
        }
      ]
    },
    {
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity",
      "extension": [
        {
          "url": "ombCategory",
          "valueCoding": {
            "system": "urn:oid:2.16.840.1.113883.6.238",
            "code": "2135-2",
            "display": "Hispanic or Latino"
          }
        },
        {
          "url": "text",
          "valueString": "Hispanic or Latino"
        }
      ]
    },
    {
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
      "valueCode": "M"
    }
  ],
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Medical Record Number"
          }
        ],
        "text": "Medical Record Number"
      },
      "system": "http://clinic.goodhealth.org",
      "value": "5152020"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "A",
      "given": [
        "Patient"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "123-456-7890",
      "use": "home"
    },
    {
      "system": "email",
      "value": "testA@email.com"
    }
  ],
  "gender": "male",
  "birthDate": "1990-01-01",
  "address": [
    {
      "line": [
        "123 Test Dr."
      ],
      "city": "Denver",
      "state": "CO",
      "postalCode": "80204",
      "country": "US"
    }
  ]
}