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

FHIR IG analytics

Packagehl7.fhir.uv.ichom-breast-cancer
Resource TypePatient
IdPatient-BreastCancerPatient147.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

Letsche (no stated gender), DoB: 1920 ( id: 147)


Marital Status:unknown
Contact Detail:USA
Race Extension:
  • Native Hawaiian or Other Pacific Islander
Education Level Extension:
  • Educated to secondary school level
Patient Sex Parameter For Clinical Use:
  • value: Apply male-typical setting or reference range
Ethnicity Extension:
  • Hispanic or Latino

Source1

{
  "resourceType": "Patient",
  "id": "BreastCancerPatient147",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ichom-breast-cancer/StructureDefinition/patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "value",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/sex-parameter-for-clinical-use",
                "code": "male-typical"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/patient-sexParameterForClinicalUse"
    },
    {
      "url": "http://hl7.org/fhir/uv/ichom-breast-cancer/StructureDefinition/EducationLevel",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "224297003"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/uv/ichom-breast-cancer/StructureDefinition/Ethnicity",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-Ethnicity",
            "code": "2135-2"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/uv/ichom-breast-cancer/StructureDefinition/Race",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-Race",
            "code": "2076-8"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "value": "147"
    }
  ],
  "name": [
    {
      "family": "Letsche"
    }
  ],
  "birthDate": "1920",
  "address": [
    {
      "country": "USA"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "code": "UNK"
      }
    ]
  }
}