FHIR IG analytics| Package | pc.ig |
| Resource Type | Observation |
| Id | Observation-patient-instrumental-investigation-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation patient-instrumental-investigation-example-1
Profile: Patient Instrumental Investigation
Patient ID relationship: Anonymous Patient Female, DoB: 2015-06-15 ( https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ids/recipient#REC-001)
Instrumental investigation ID relationship: Basic
Result of the instrumental investigation: Normal
Date of instrumental investigation: 2024-03-10
identifier: https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/patient-instrumental-investigation-id/PII0001
status: Final
code: Patient instrumental investigation
{
"resourceType": "Observation",
"id": "patient-instrumental-investigation-example-1",
"meta": {
"profile": [
"https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/patient-instrumental-investigation"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/patient-instrumental-investigation-patient-ref",
"valueReference": {
"reference": "Patient/ExamplePatientTransplant1"
}
},
{
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/patient-instrumental-investigation-instrument-ref",
"valueReference": {
"reference": "Basic/instrumental-investigation-example-1"
}
},
{
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/patient-instrumental-investigation-result",
"valueCodeableConcept": {
"coding": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/patient-instrumental-investigation-result",
"code": "normal",
"display": "Normal"
}
]
}
},
{
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/patient-instrumental-investigation-date",
"valueDate": "2024-03-10"
}
],
"identifier": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/patient-instrumental-investigation-id",
"value": "PII0001"
}
],
"status": "final",
"code": {
"text": "Patient instrumental investigation"
},
"subject": {
"reference": "Patient/ExamplePatientTransplant1"
}
}