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

FHIR IG analytics

Packagegov.cdc.nhsn.dqm
Resource TypePatient
IdPatient-patient-example-ach-daily-rsvlabbtg.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-ach-daily-rsvlabbtg

ACHDaily RSVLabBTG(official) Female, DoB: 2015-05-05 ( MRN: 1000009002 (use: usual, ))


Active:trueDeceased:false
Contact Detail
  • ph: 999-999-9999(Home)
  • 123 Happy Place Charlotte MI 48813 US (home)
mother:
  • Mother Nature
  • 123 Happy Place Charlotte MI 48813 US (home)
US Core Ethnicity Extension:
US Core Birth Sex ExtensionF
US Core Race Extension:

Source1

{
  "resourceType": "Patient",
  "id": "patient-example-ach-daily-rsvlabbtg",
  "meta": {
    "profile": [
      "http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/cross-measure-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "ombCategory",
          "valueCoding": {
            "system": "urn:oid:2.16.840.1.113883.6.238",
            "code": "2076-8",
            "display": "Native Hawaiian or Other Pacific Islander"
          }
        },
        {
          "url": "text",
          "valueString": "Native Hawaiian or Other Pacific Islander"
        }
      ],
      "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": "Non 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": "F"
    }
  ],
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Medical record number"
          }
        ],
        "text": "MRN"
      },
      "system": "urn:oid:1.2.5.8.2.7",
      "value": "1000009002"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "text": "ACHDaily RSVLabBTG",
      "family": "RSVLabBTG",
      "given": [
        "ACHDaily"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "999-999-9999",
      "use": "home"
    }
  ],
  "gender": "female",
  "birthDate": "2015-05-05",
  "deceasedBoolean": false,
  "address": [
    {
      "use": "home",
      "line": [
        "123 Happy Place"
      ],
      "city": "Charlotte",
      "state": "MI",
      "postalCode": "48813",
      "country": "US"
    }
  ],
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "code": "MTH",
              "display": "mother"
            }
          ]
        }
      ],
      "name": {
        "text": "Mother Nature",
        "family": "Nature",
        "given": [
          "Mother"
        ]
      },
      "address": {
        "use": "home",
        "line": [
          "123 Happy Place"
        ],
        "city": "Charlotte",
        "state": "MI",
        "postalCode": "48813",
        "country": "US"
      }
    }
  ]
}