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

FHIR IG analytics

Packagech.fhir.ig.ch-crl
Resource TypeProcedure
IdProcedure-DiagnosticMethod-Unknown.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

Resource "DiagnosticMethod-Unknown"

Profile: CH CRL Procedure Diagnostic Method

Why value is missing: unknown

status: completed

category: Diagnostic staging procedure PhenX (LOINC#67183-4)

subject: Patient/FranzMinimum " MINIMUM"

performed: 2018-12-15T13:00:00+02:00

reasonReference: Observation/ICD-10


Source1

{
  "resourceType": "Procedure",
  "id": "DiagnosticMethod-Unknown",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-procedure-diagnosticmethod"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
      "valueCode": "unknown"
    }
  ],
  "status": "completed",
  "category": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "67183-4",
        "display": "Diagnostic staging procedure PhenX"
      }
    ]
  },
  "subject": {
    "reference": "Patient/FranzMinimum"
  },
  "performedDateTime": "2018-12-15T13:00:00+02:00",
  "reasonReference": [
    {
      "reference": "Observation/ICD-10"
    }
  ]
}