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

FHIR IG analytics

Packagehl7.eu.fhir.idea4rc
Resource TypeObservation
IdObservation-observation-id-32.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 observation-id-32

status: Final

code: Number of mitoses per 10 high power fields

subject: Anonymous Patient Male, DoB: 1968-01-01

value: 15 /[HPF] (Details: UCUM code/[HPF] = '/[HPF]')


Source1

{
  "resourceType": "Observation",
  "id": "observation-id-32",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/ig/idea4rc/StructureDefinition/observation-testResult-eu-i4rc"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://fhir.ohdsi.org/CodeSystem/concepts",
        "code": "4227243",
        "display": "Number of mitoses per 10 high power fields"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-id-17"
  },
  "valueQuantity": {
    "value": 15,
    "system": "http://unitsofmeasure.org",
    "code": "/[HPF]"
  }
}