Skip to content

Instantly share code, notes, and snippets.

@patrick-werner
Created July 23, 2025 13:06
Show Gist options
  • Select an option

  • Save patrick-werner/becc26615d4c1c515c52624bce773887 to your computer and use it in GitHub Desktop.

Select an option

Save patrick-werner/becc26615d4c1c515c52624bce773887 to your computer and use it in GitHub Desktop.
testcase fhir validator
{
"resourceType": "Observation",
"id": "ExampleCRP1",
"subject": {
"reference": "Patient/PatientinMusterfrau"
},
"status": "final",
"code": {
"coding": [
{
"code": "1988-5",
"system": "http://loinc.org",
"display": "C-reaktives Protein [Masse/Volumen] in Serum oder Plasma"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment