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

Cornetet (no stated gender), DoB: 1933 ( id: 121)


Deceased:1990-05-26Marital Status:Divorced
Contact Detail:GB
Race Extension:
  • Black or African American
Education Level Extension:
  • Educated to secondary school level
Patient Sex Parameter For Clinical Use:
  • value: Apply male-typical setting or reference range
Ethnicity Extension:
  • Not Hispanic or Latino

Source1

{
  "resourceType": "Patient",
  "id": "BreastCancerPatient121",
  "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": "2186-5"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/uv/ichom-breast-cancer/StructureDefinition/Race",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-Race",
            "code": "2054-5"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "value": "121"
    }
  ],
  "name": [
    {
      "family": "Cornetet"
    }
  ],
  "birthDate": "1933",
  "deceasedDateTime": "1990-05-26",
  "address": [
    {
      "country": "GB"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "D",
        "display": "Divorced"
      }
    ]
  }
}