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-initialpopulationpass.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-initialpopulationpass

ACHDaily, InitialPopulationPass(official) Female, DoB: 2005-01-15 ( MRN: 1000009001 (use: usual, ))


Active:trueDeceased:false
Contact Detail
  • ph: 999-999-9999(Home)
  • 123 Alphabet Street Lansing MI 48864 US (home)
US Core Ethnicity Extension:
US Core Birth Sex ExtensionF
US Core Race Extension:

Source1

{
  "resourceType": "Patient",
  "id": "patient-example-ach-daily-initialpopulationpass",
  "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": "1002-5",
            "display": "American Indian or Alaska Native"
          }
        },
        {
          "url": "text",
          "valueString": "Asian"
        }
      ],
      "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": "1000009001"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "text": "ACHDaily, InitialPopulationPass",
      "family": "InitialPopulationPass",
      "given": [
        "ACHDaily"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "999-999-9999",
      "use": "home"
    }
  ],
  "gender": "female",
  "birthDate": "2005-01-15",
  "deceasedBoolean": false,
  "address": [
    {
      "use": "home",
      "line": [
        "123 Alphabet Street"
      ],
      "city": "Lansing",
      "state": "MI",
      "postalCode": "48864",
      "country": "US"
    }
  ]
}