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

FHIR IG analytics

Packagehl7.fhir.us.nhsn-dqm
Resource TypePatient
IdPatient-patient-example-sameresultdiffday.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

Generated Narrative: Patient patient-example-sameresultdiffday

Sameresultdiffday Hypo Male, DoB: 1952-12-31 ( MRN: 100000889 (use: usual, ))


Active:trueDeceased:false
Alt. Name:Sameresultdiffday Hypo(Official)
Contact Detail
  • ph: 999-999-9999(Home)
  • 5678 Sesame Lansing MI 48864 US (old)
  • 5678 Sesame Lansing MI 48864 US (home)
US Core Ethnicity Extension:
  • ombCategory: CDC Race and Ethnicity 2186-5: Not Hispanic or Latino
  • text: Not Hispanic or Latino
US Core Birth Sex ExtensionM
US Core Race Extension:
  • ombCategory: CDC Race and Ethnicity 2106-3: White
  • text: White or Caucasian

Source1

{
  "resourceType": "Patient",
  "id": "patient-example-sameresultdiffday",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient|6.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "ombCategory",
          "valueCoding": {
            "system": "urn:oid:2.16.840.1.113883.6.238",
            "code": "2106-3",
            "display": "White"
          }
        },
        {
          "url": "text",
          "valueString": "White or Caucasian"
        }
      ],
      "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": "2186-5",
            "display": "Not Hispanic or Latino"
          }
        },
        {
          "url": "text",
          "valueString": "Not Hispanic or Latino"
        }
      ],
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
    },
    {
      "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": "MRN"
      },
      "system": "http://example.org/identifiers/",
      "value": "100000889"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "text": "Sameresultdiffday Hypo",
      "family": "Hypo",
      "given": [
        "Sameresultdiffday"
      ]
    },
    {
      "use": "usual",
      "text": "Sameresultdiffday Hypo",
      "family": "Hypo",
      "given": [
        "Sameresultdiffday"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "999-999-9999",
      "use": "home"
    }
  ],
  "gender": "male",
  "birthDate": "1952-12-31",
  "deceasedBoolean": false,
  "address": [
    {
      "use": "old",
      "line": [
        "5678 Sesame"
      ],
      "city": "Lansing",
      "district": "INGHAM",
      "state": "MI",
      "postalCode": "48864",
      "country": "US"
    },
    {
      "use": "home",
      "line": [
        "5678 Sesame"
      ],
      "city": "Lansing",
      "district": "INGHAM",
      "state": "MI",
      "postalCode": "48864",
      "country": "US"
    }
  ]
}