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

FHIR IG analytics

Packageglobalalliant.us.eom
Resource TypePatient
IdPatient-cancer-patient-jane-anyperson.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Patient",
  "id": "cancer-patient-jane-anyperson",
  "meta": {
    "profile": [
      "https://globalalliantinc.com/enhancing-oncology-model/StructureDefinition/eom-cancer-patient"
    ]
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
      "valueCode": "M"
    }
  ],
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-mbi",
      "value": "1CA0CA0CC00"
    }
  ],
  "name": [
    {
      "family": "Anyperson",
      "given": [
        "Jane",
        "B."
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1951-01-20",
  "address": [
    {
      "line": [
        "234 Anyway St"
      ],
      "city": "Anytown",
      "postalCode": "12345",
      "country": "US"
    }
  ]
}