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

FHIR IG analytics

Packagepc.ig
Resource TypeObservation
IdObservation-patient-instrumental-investigation-example-1.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: Observation patient-instrumental-investigation-example-1

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

subject: Anonymous Patient Female, DoB: 2015-06-15 ( https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ids/recipient#REC-001)


Source1

{
  "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"
  }
}