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

FHIR IG analytics

Packageee.fhir.vris
Resource TypePatient
IdPatient-patientDonorunknown1.json
FHIR VersionR5

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 patientDonorunknown1

Doonor12345(nickname) Male, DoB: 1990-01-01 ( https://fhir.ee/sid/pid/est/mr#Doonor-12345)


Active:true
Contact DetailDenmark(home)
Patient Nationality:
  • code: Denmark
Cell origin roleAnonymous donor
Additional identifierhttps://fhir.ee/CodeSystem/identifikaatorite-domeen/DKSB-2024-9876

Source1

{
  "resourceType": "Patient",
  "id": "patientDonorunknown1",
  "meta": {
    "profile": [
      "https://fhir.ee/vris/StructureDefinition/ee-vris-donor-anonymous"
    ]
  },
  "language": "et",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir.ee/vris/StructureDefinition/ee-vris-role",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "TODO",
            "display": "Anonymous donor"
          }
        ]
      }
    },
    {
      "extension": [
        {
          "url": "code",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "urn:iso:std:iso:3166",
                "code": "DK",
                "display": "Denmark"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/patient-nationality"
    },
    {
      "url": "https://fhir.ee/vris/StructureDefinition/ee-vris-additional-identifier",
      "valueIdentifier": {
        "system": "https://fhir.ee/CodeSystem/identifikaatorite-domeen",
        "value": "DKSB-2024-9876"
      }
    }
  ],
  "identifier": [
    {
      "system": "https://fhir.ee/sid/pid/est/mr",
      "value": "Doonor-12345"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "nickname",
      "text": "Doonor12345"
    }
  ],
  "gender": "male",
  "birthDate": "1990-01-01",
  "_birthDate": {
    "extension": [
      {
        "url": "https://fhir.ee/base/StructureDefinition/ee-patient-age",
        "valueAge": {
          "value": 35,
          "unit": "a",
          "system": "http://unitsofmeasure.org",
          "code": "a"
        }
      }
    ]
  },
  "address": [
    {
      "use": "home",
      "text": "Denmark",
      "country": "DK"
    }
  ]
}