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

FHIR IG analytics

Packagepc.ig
Resource TypeBasic
IdBasic-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: Basic instrumental-investigation-example-1

Instrumental investigation name: Liver doppler ultrasound

identifier: https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/instrumental-investigation-id/INST0001

code: Instrumental investigation test definition


Source1

{
  "resourceType": "Basic",
  "id": "instrumental-investigation-example-1",
  "meta": {
    "profile": [
      "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/instrumental-investigation"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/instrumental-investigation-name-ext",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/instrumental-investigation-name",
            "code": "718078008",
            "display": "Liver doppler ultrasound"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/instrumental-investigation-id",
      "value": "INST0001"
    }
  ],
  "code": {
    "text": "Instrumental investigation test definition"
  }
}