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

FHIR IG analytics

Packageeu.miabis.r4
Resource TypePatient
IdPatient-example.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 example

Profile: Sample Donor

Anonymous Patient Male, DoB: 1980-01-01 ( donorId)


Dataset ExtensionBiologicalSamples

Source1

{
  "resourceType": "Patient",
  "id": "example",
  "meta": {
    "profile": [
      "https://fhir.bbmri-eric.eu/StructureDefinition/miabis-sample-donor"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir.bbmri-eric.eu/StructureDefinition/miabis-dataset-type-extension",
      "valueCode": "BiologicalSamples"
    }
  ],
  "identifier": [
    {
      "value": "donorId"
    }
  ],
  "gender": "male",
  "birthDate": "1980-01-01"
}