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

FHIR IG analytics

Packagehl7.fhir.us.mcode
Resource TypePatient
IdPatient-cancer-patient-adam-everyman.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 cancer-patient-adam-everyman

Adam A. Everyman Male, DoB: 1962-02-05 ( Medical Record Number: m123 (use: usual, ))


Contact Detail234 Anyway St Anytown 12345 US
Language:English
Contact:
US Core Ethnicity Extension:
US Core Birth Sex ExtensionM
US Core Race Extension:

Source1

{
  "resourceType": "Patient",
  "id": "cancer-patient-adam-everyman",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-cancer-patient"
    ]
  },
  "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"
        }
      ],
      "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"
          }
        ]
      },
      "system": "http://hospital.example.org",
      "value": "m123"
    }
  ],
  "name": [
    {
      "family": "Everyman",
      "given": [
        "Adam",
        "A."
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1962-02-05",
  "address": [
    {
      "line": [
        "234 Anyway St"
      ],
      "city": "Anytown",
      "postalCode": "12345",
      "country": "US"
    }
  ],
  "contact": [
    {
      "telecom": [
        {
          "system": "phone",
          "value": "333-555-5555",
          "use": "home"
        },
        {
          "system": "email",
          "value": "adam.everyman@example.com"
        }
      ]
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "en-US",
            "display": "English (United States)"
          }
        ],
        "text": "English"
      }
    }
  ]
}