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

ACHDaily InfluenzaTherapeutic(official) Male, DoB: 2020-02-29 ( MRN: 1000009001 (use: usual, ))


Active:trueDeceased:false
Contact Detail
  • ph: 999-999-9999(Home)
  • 789 Alphabet Street Lansing MI 48864 US (home)
mother:
  • Mama Bear
  • 789 Alphabet Street Lansing MI 48864 US (home)
US Core Ethnicity Extension:
US Core Birth Sex ExtensionM
US Core Race Extension:

Source1

{
  "resourceType": "Patient",
  "id": "patient-example-ach-daily-influenzatherapeutic",
  "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": "2054-5",
            "display": "Black or African American"
          }
        },
        {
          "url": "text",
          "valueString": "Black or African American"
        }
      ],
      "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": "2135-2",
            "display": "Hispanic or Latino"
          }
        },
        {
          "url": "text",
          "valueString": "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": "urn:oid:1.2.5.8.2.7",
      "value": "1000009001"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "text": "ACHDaily InfluenzaTherapeutic",
      "family": "InfluenzaTherapeutic",
      "given": [
        "ACHDaily"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "999-999-9999",
      "use": "home"
    }
  ],
  "gender": "male",
  "birthDate": "2020-02-29",
  "deceasedBoolean": false,
  "address": [
    {
      "use": "home",
      "line": [
        "789 Alphabet Street"
      ],
      "city": "Lansing",
      "state": "MI",
      "postalCode": "48864",
      "country": "US"
    }
  ],
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "code": "MTH",
              "display": "mother"
            }
          ]
        }
      ],
      "name": {
        "text": "Mama Bear",
        "family": "Bear",
        "given": [
          "Mama"
        ]
      },
      "address": {
        "use": "home",
        "line": [
          "789 Alphabet Street"
        ],
        "city": "Lansing",
        "state": "MI",
        "postalCode": "48864",
        "country": "US"
      }
    }
  ]
}