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

FHIR IG analytics

Packagehl7.fhir.uv.pharm-quality
Resource TypeObservationDefinition
IdObservationDefinition-longTerm30Y.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: ObservationDefinition

Resource ObservationDefinition "longTerm30Y"

Profile: ObservationDefinition - Test Method PQ

url: http://example-server.com/fhir/ObservationDefinition/longTerm30Y

title: Y

status: active

code: Battery of tests 'Y' at 30°C/65% RH ()

specimen: SpecimenDefinition/specimenDefStoredAt30

hasMember: ObservationDefinition/Identification


Source1

{
  "resourceType": "ObservationDefinition",
  "id": "longTerm30Y",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/ObservationDefinition-test-method-drug-pq"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://example-server.com/fhir/ObservationDefinition/longTerm30Y",
  "title": "Y",
  "status": "active",
  "code": {
    "text": "Battery of tests 'Y' at 30°C/65% RH"
  },
  "specimen": [
    {
      "reference": "SpecimenDefinition/specimenDefStoredAt30"
    }
  ],
  "hasMember": [
    {
      "reference": "ObservationDefinition/Identification"
    }
  ]
}